Start generic pages

This commit is contained in:
David Eisinger
2023-05-09 09:53:58 -04:00
parent 545be896b2
commit a5ee36f514
3 changed files with 16 additions and 0 deletions

View File

@@ -1 +1,7 @@
{{ define "main" }}
<hr>
<h2>{{ .Title }}</h2>
{{ .Content }}
{{ end }}