12 lines
165 B
HTML
12 lines
165 B
HTML
{{template "base.html" .}}
|
|
|
|
{{define "title"}}Graphs{{end}}
|
|
|
|
{{define "header"}}
|
|
<a href="./graphs">Graphs</a>
|
|
{{end}}
|
|
|
|
{{define "content"}}
|
|
<h1>Graphs</h1>
|
|
{{end}}
|