Initial commit

This commit is contained in:
2025-01-07 13:02:12 -07:00
commit 00474fdb13
5 changed files with 69 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{{ define "main" }}
<article>
<h2>{{ .Title }}</h2>
<div>{{ .Content }}</div>
</article>
{{ end }}