2016-04-03 02:21:43 +03:00

7 lines
115 B
HTML

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