1
0
mirror of https://github.com/astaxie/beego.git synced 2024-07-01 06:44:13 +00:00
Beego/testdata/views/blocks/block.tpl

3 lines
50 B
Smarty
Raw Normal View History

2018-11-05 16:58:59 +00:00
{{define "block"}}
<h1>Hello, blocks!</h1>
{{end}}