dorfylegends/backend/templates/entity.html
Robert Janetzko 5f200e7fd5 same fields
2022-04-18 08:36:29 +00:00

14 lines
226 B
HTML

{{template "layout.html" .}}
{{define "title"}}{{ title .Name }}{{end}}
{{define "content"}}
<h1>{{ title .Name }}</h1>
{{ .Race }} {{ .Type }}
<h3>Events</h3>
{{ template "events.html" . }}
<p>{{ json . }}</p>
{{- end }}