Files
gf/geg/os/gview/layout/layout1/template/layout.html
2019-04-23 19:11:38 +08:00

15 lines
250 B
Go

<!DOCTYPE html>
<html>
<head>
<title>GoFrame Layout</title>
{{template "header"}}
</head>
<body>
<div class="container">
{{template "container"}}
</div>
<div class="footer">
{{template "footer"}}
</div>
</body>
</html>