Initial Commit

This commit is contained in:
2023-09-18 19:57:18 -04:00
commit dab9c90a7c
51 changed files with 6531 additions and 0 deletions

4
templates/activity.html Normal file
View File

@@ -0,0 +1,4 @@
{{template "base.html" .}} {{define "title"}}Activity{{end}} {{define
"content"}}
<h1>Activity</h1>
{{end}}