Files
2019-08-08 17:13:34 +08:00

13 lines
285 B
HTML
Executable File

<!DOCTYPE HTML>
<html>
<head>
<title>{{.title}}</title>
{{template "common/head.html" .}}
</head>
<body class="blue_color_theme">
{{template "common/header.html" .}} {{.LayoutContent}} {{template "common/footer.html" .}} {{template "common/foot.html" .}}
</body>
</html>