16 lines
259 B
HTML
16 lines
259 B
HTML
{{template "layout.html" .}}
|
|
|
|
{{define "title"}}{{ title .Name }}{{end}}
|
|
|
|
{{define "content"}}
|
|
<h3>{{ title .Name }}</h3>
|
|
<p>
|
|
identity used by {{ hf .HistfigId }}
|
|
</p>
|
|
|
|
<h5>Events</h5>
|
|
|
|
{{ template "events.html" events . }}
|
|
|
|
<p>{{ json . }}</p>
|
|
{{- end }} |