mirror of
https://github.com/astaxie/beego.git
synced 2024-11-01 05:30:55 +00:00
16 lines
255 B
Smarty
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>
|