1
0
mirror of https://github.com/astaxie/beego.git synced 2024-07-03 17:44:14 +00:00
Beego/pkg/testdata/views/header.tpl
2020-07-22 22:55:59 +08:00

3 lines
52 B
Smarty

{{define "header"}}
<h1>Hello, astaxie!</h1>
{{end}}