13 lines
291 B
HTML
13 lines
291 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
|
|
<head>
|
|
<title>{{.title}}</title>
|
|
{{template "common/head.html" .}}
|
|
</head>
|
|
|
|
<body class="blue_color_theme">
|
|
{{template "common/header_index.html" .}} {{.LayoutContent}} {{template "common/footer.html" .}} {{template "common/foot.html" .}}
|
|
</body>
|
|
|
|
</html> |