1
0
mirror of https://github.com/astaxie/beego.git synced 2024-09-21 10:41:49 +00:00
Beego/pkg/testdata/views/blocks/block.tpl

3 lines
50 B
Smarty
Raw Normal View History

2020-07-22 14:50:08 +00:00
{{define "block"}}
<h1>Hello, blocks!</h1>
{{end}}