Files
goview/_examples/advance/views/page.tpl
2019-04-16 19:10:06 +08:00

16 lines
289 B
Smarty

<!-- /views/page.html -->
<!doctype html>
<html>
<head>
<title>{{.title}}</title>
{{include "layouts/head"}}
</head>
<body>
<a href="/"><- Back home!</a>
{{template "ad" .}}
<hr>
{{include "layouts/footer"}}
</body>
</html>