FIX: warnings

This commit is contained in:
bronku 2025-03-31 01:22:14 +02:00
parent 67807992bc
commit c32ecbff8f
57 changed files with 1898 additions and 21 deletions

View file

@ -1,17 +0,0 @@
{{define "layout"}}
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<title>{{template "title" .}}</title>
<script src="/static/htmx2.04.js" defer></script>
</head>
<body>
<header>
<h1>{{template "title" .}}</h1>
</header>
<nav>{{template "nav" .}}</nav>
{{template "main" .}}
</body>
</html>
{{end}}