beego/test/views/index.tpl
Ming Deng debd68cbe4 Revert "Merge pull request #4325 from flycash/revert1"
This reverts commit fad897346f286303a6c4a2cb432ea44058e470cd, reversing
changes made to e284b0ddae072311617a6fdd8393eb04aba873d2.
2020-12-12 21:28:58 +08:00

16 lines
255 B
Smarty

<!DOCTYPE html>
<html>
<head>
<title>beego welcome template</title>
</head>
<body>
{{template "block"}}
{{template "header"}}
{{template "blocks/block.tpl"}}
<h2>{{ .Title }}</h2>
<p> This is SomeVar: {{ .SomeVar }}</p>
</body>
</html>