harbor/views/ng/layout.htm

13 lines
232 B
HTML
Raw Normal View History

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