dorfylegends/backend/templates/worldconstruction.html

13 lines
227 B
HTML
Raw Normal View History

2022-05-03 22:39:00 +03:00
{{template "layout.html" .}}
{{define "title"}}{{ title .Name }}{{end}}
{{define "content"}}
<h3>{{ title .Name }}</h3>
<p>{{ .Type }}</p>
<h5>Events</h5>
{{ template "events.html" events . }}
<p>{{ json . }}</p>
{{- end }}