Next/Prev stuff

This commit is contained in:
Simon Martens
2025-03-30 18:12:52 +02:00
parent 316e8e3f58
commit 0e2c6360bf
25 changed files with 355 additions and 67 deletions

View File

@@ -23,6 +23,7 @@
<script type="module" src="/assets/scripts.js"></script>
<link rel="stylesheet" type="text/css" href="/assets/style.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/remixicon.css" />
</head>
<body class="w-full text-lg" hx-ext="response-targets" hx-boost="true">
@@ -33,7 +34,7 @@
{{ end }}
</header>
<main class="grow">
<main class="grow container-normal" id="main">
{{ block "body" . }}
<!-- Default app body... -->
{{ end }}