Beego/test/views/index.tpl

16 lines
255 B
Smarty
Raw Normal View History

2020-07-22 14:50:08 +00:00
<!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>