1
0
mirror of https://github.com/astaxie/beego.git synced 2025-01-10 15:27:12 +00:00
Beego/test/views/blocks/block.tpl

3 lines
50 B
Smarty
Raw Normal View History

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