1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-30 18:54:13 +00:00
Beego/test/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}}