Barebones test site

This commit is contained in:
Eryn Wells 2024-06-06 21:01:40 -07:00
parent ba03fa4473
commit e2408cf277
15 changed files with 429 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{{ define "main" }}
<h1>Hello world!</h1>
{{ end }}