1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-17 21:30:55 +00:00
Beego/testdata/views/header.tpl
Ming Deng 650fde66aa Revert "Merge pull request #4254 from astaxie/develop-2.0"
This reverts commit e284b0ddae, reversing
changes made to 8ef8fd2606.
2020-11-26 17:48:29 +08:00

3 lines
52 B
Smarty

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