dorfylegends/backend/templates/event.html

11 lines
166 B
HTML
Raw Normal View History

2022-05-04 07:46:21 +03:00
{{template "layout.html" .}}
{{define "title"}}Event {{ .Id }}{{end}}
{{define "content"}}
<h3>Event {{ .Id }}</h3>
{{ story .Id }}
<p>{{ json . }}</p>
{{- end }}