Better inital

This commit is contained in:
Simon Martens
2026-02-18 16:28:05 +01:00
parent e9f1d32e3a
commit df79656c77
22 changed files with 1850 additions and 30 deletions

View File

@@ -0,0 +1,13 @@
{{ define "layout" }}
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ block "title" . }}Default{{ end }}</title>
</head>
<body>
{{ block "body" . }}{{ end }}
</body>
</html>
{{ end }}

View File

@@ -0,0 +1 @@
{{/* placeholder */}}