Files
gf/os/gres/testdata/files/template/layout1/layout.html
2019-08-16 00:29:14 +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>