Grundlegenden Funktionsumfang geschaffen, dafür einiges umstrukturiert

This commit is contained in:
2023-10-08 10:36:16 +02:00
parent 15675d5e6c
commit 324a1c54d6
5 changed files with 61 additions and 39 deletions

View File

@ -11,7 +11,9 @@
<body>
<h1>Sicherheitsunterweisung</h1>
{{ template "content" . }}
<div id="content">
{{ template "content" . }}
</div>
<script src="/static/js/htmx.min.js" type="text/javascript"></script>
</body>