11 lines
166 B
HTML
11 lines
166 B
HTML
|
{{template "layout.html" .}}
|
||
|
|
||
|
{{define "title"}}Event {{ .Id }}{{end}}
|
||
|
|
||
|
{{define "content"}}
|
||
|
<h3>Event {{ .Id }}</h3>
|
||
|
|
||
|
{{ story .Id }}
|
||
|
|
||
|
<p>{{ json . }}</p>
|
||
|
{{- end }}
|