harbor/views/ng/layout.htm
2016-04-11 16:07:16 +08:00

13 lines
204 B
HTML

<!DOCTYPE html>
<html>
<head>
{{.HeaderInclude}}
<title>{{.Title}}</title>
</head>
<body>
{{.HeaderContent}}
{{.LayoutContent}}
{{.FooterContent}}
{{.FooterInclude}}
</body>
</html>