mirror of
https://github.com/gin-gonic/gin.git
synced 2025-12-11 19:47:00 +08:00
8 lines
116 B
HTML
8 lines
116 B
HTML
{{define "head"}}
|
|
<title>Blocks 1</title>
|
|
{{end}}
|
|
|
|
{{define "body"}}
|
|
<a href="/blocks2/">Go to blocks 2</a>
|
|
{{end}}
|