5 lines
86 B
1
{{define "title"}}timeline{{end}}
2
3
{{define "content"}}
4
<h1>timeline</h1>
5
{{end}}
6