dorfylegends/backend/resources/templates/hf.html
Robert Janetzko 71cb14c0cd frontend
2022-04-16 18:34:19 +00:00

7 lines
116 B
HTML

{{template "layout.html" .}}
{{define "title"}}<h1>{{.Title}}</h1>{{end}}
{{define "content"}}
<h1>HF</h1>
{{end}}