A lot sof small qualtiy of life upgrades

This commit is contained in:
Simon Martens
2025-09-16 17:02:58 +02:00
parent 3ebfcd410f
commit ca51a6317b
17 changed files with 2109 additions and 1407 deletions

View File

@@ -32,19 +32,8 @@
<body class="w-full" hx-ext="response-targets" hx-boost="true">
<div class="flex flex-col min-h-screen">
<!-- Header and menu with constrained width -->
<div class="container max-w-(--breakpoint-2xl) mx-auto">
<header>
{{ block "_header" . }}
<!-- Default app header... -->
{{ end }}
</header>
{{ template "_header" . }}
<div>
{{ block "_menu" . }}
<!-- Default app menu... -->
{{ end }}
</div>
</div>
<!-- Main content with full width -->
<main class="flex-1 w-full">
@@ -64,4 +53,4 @@
{{ EmbedXSLT "xslt/transform-citation.xsl" }}
</body>
</html>
</html>