Basic site running

This commit is contained in:
Louis Hollingworth 2024-08-05 20:26:04 +01:00
parent 70fca57571
commit 2e24996510
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
6 changed files with 161 additions and 2 deletions

13
tmpl/index.html Normal file
View file

@ -0,0 +1,13 @@
{{template "base" .}}
{{define "title"}}Calendar{{end}}
{{define "meta"}} {{end}}
{{define "body"}}
<header class="group">
<h1 class="text-2xl">Cal</h1>
</header>
{{end}}