dorfylegends/backend/templates/river.html
2022-05-04 12:07:35 +00:00

10 lines
166 B
HTML

{{template "layout.html" .}}
{{define "title"}}{{ title .Name }}{{end}}
{{define "content"}}
<h1>{{ title .Name }}</h1>
<p>river</p>
<p>{{ json . }}</p>
{{- end }}