Add basic theme files

This commit is contained in:
2021-09-25 20:52:01 -05:00
parent 19bfe67de0
commit 03eb50ccca
17 changed files with 347 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ end }}