mirror of
https://github.com/astaxie/beego.git
synced 2025-07-10 21:31:02 +00:00
feat(Template): testing fs bindata
This commit is contained in:
3
testdata/views/header.tpl
vendored
Normal file
3
testdata/views/header.tpl
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
{{define "header"}}
|
||||
<h1>Hello, astaxie!</h1>
|
||||
{{end}}
|
Reference in New Issue
Block a user