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