Titelzeile

This commit is contained in:
Simon Martens
2025-02-18 15:12:24 +01:00
parent fc84b3a677
commit 7d732a7ea2
13 changed files with 197 additions and 64 deletions

View File

@@ -30,18 +30,14 @@
</head>
<body class="w-full" hx-ext="response-targets" hx-boost="true">
<div class="container flex flex-col min-h-screen max-w-(--breakpoint-2xl) mx-auto">
<header>
{{ block "_header" . }}
<!-- Default app header... -->
{{ end }}
</header>
<div>
<div class="container flex flex-col min-h-screen max-w-(--breakpoint-xl) mx-auto">
<header class="px-3 py-2.5" id="header">
{{ block "_menu" . }}
<!-- Default app menu... -->
{{ end }}
</div>
</header>
<div></div>
<main class="">
{{ block "body" . }}