dorfylegends/backend/templates/entity.html
Robert Janetzko cbc9601c33 events
2022-04-16 20:12:23 +00:00

7 lines
118 B
HTML

{{template "layout.html" .}}
{{define "title"}}{{ title .Name }}{{end}}
{{define "content"}}
{{ json . }}
{{- end }}