harbor/views/layout.htm

13 lines
276 B
HTML
Raw Normal View History

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