AnthoLume/templates/activity.html
2023-09-18 20:03:57 -04:00

5 lines
108 B
HTML

{{template "base.html" .}} {{define "title"}}Activity{{end}} {{define
"content"}}
<h1>Activity</h1>
{{end}}