1
0
mirror of https://github.com/astaxie/beego.git synced 2024-07-01 07:04:12 +00:00
Beego/test/views/header.tpl

3 lines
52 B
Smarty
Raw Normal View History

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