harbor/views/ng/layout.htm

13 lines
204 B
HTML
Raw Normal View History

2016-04-11 10:07:16 +02:00
<!DOCTYPE html>
<html>
<head>
{{.HeaderInclude}}
<title>{{.Title}}</title>
</head>
<body>
{{.HeaderContent}}
{{.LayoutContent}}
{{.FooterContent}}
{{.FooterInclude}}
</body>
</html>