AnthoLume/templates/activity.html

5 lines
108 B
HTML
Raw Normal View History

2023-09-18 23:57:18 +00:00
{{template "base.html" .}} {{define "title"}}Activity{{end}} {{define
"content"}}
<h1>Activity</h1>
{{end}}