AnthoLume/templates/graphs.html

12 lines
165 B
HTML
Raw Normal View History

{{template "base.html" .}}
{{define "title"}}Graphs{{end}}
{{define "header"}}
<a href="./graphs">Graphs</a>
{{end}}
{{define "content"}}
2023-09-18 23:57:18 +00:00
<h1>Graphs</h1>
{{end}}