2016-04-14 00:29:17 +03:00

8 lines
116 B
HTML

{{define "head"}}
<title>Blocks 1</title>
{{end}}
{{define "body"}}
<a href="/blocks2/">Go to blocks 2</a>
{{end}}