added views

This commit is contained in:
Simon Martens
2024-11-10 00:04:37 +01:00
parent cd108bb5c5
commit dafa217003
131 changed files with 32550 additions and 0 deletions

3
views/routes/body.tmpl Normal file
View File

@@ -0,0 +1,3 @@
{{define "body"}}
<p>Hello from body</p>
{{end}}