dorfylegends/backend/templates/river.html

10 lines
166 B
HTML
Raw Normal View History

2022-05-04 15:07:35 +03:00
{{template "layout.html" .}}
{{define "title"}}{{ title .Name }}{{end}}
{{define "content"}}
<h1>{{ title .Name }}</h1>
<p>river</p>
<p>{{ json . }}</p>
{{- end }}