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

10 lines
169 B
HTML

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