mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-15 21:06:39 +08:00
7 lines
115 B
HTML
7 lines
115 B
HTML
{{define "head"}}
|
|
<title>Blocks 1</title>
|
|
{{end}}
|
|
|
|
{{define "body"}}
|
|
<a href="/blocks2/">Go to blocks 2</a>
|
|
{{end}} |