global startup script

This commit is contained in:
Simon Martens
2025-05-21 09:47:01 +02:00
parent 79f1d706eb
commit fca2b0dd5e
4 changed files with 42 additions and 38 deletions

View File

@@ -29,6 +29,11 @@
</head>
<body class="w-full text-lg" hx-ext="response-targets" hx-boost="true">
<script type="module">
import { Startup } from "/assets/scripts.js";
Startup();
</script>
<div class="flex flex-col min-h-screen w-full">
<header class="container-normal pb-0" id="header">
{{ block "_menu" . }}