1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-23 22:00:55 +00:00
Beego/test/views/header.tpl
Ming Deng debd68cbe4 Revert "Merge pull request #4325 from flycash/revert1"
This reverts commit fad897346f, reversing
changes made to e284b0ddae.
2020-12-12 21:28:58 +08:00

3 lines
52 B
Smarty

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