Some changes, path specific data

This commit is contained in:
Simon Martens
2025-02-18 18:39:30 +01:00
parent 0f32f38b5e
commit 3be64bd10d
19 changed files with 237 additions and 147 deletions

View File

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