14 lines
320 B
HTML
14 lines
320 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
|
|
<head>
|
|
<title>{{.title}}</title>
|
|
{{template "common/head.html" .}}
|
|
<link href="/static/css/navbar-fixed-side.css" rel="stylesheet" />
|
|
</head>
|
|
|
|
<body class="blue_color_theme">
|
|
{{template "common/header.html" .}} {{.LayoutContent}} {{template "common/foot.html" .}}
|
|
</body>
|
|
|
|
</html> |