harbor/views/layout.htm

13 lines
276 B
HTML

<!DOCTYPE html>
<html>
<head>
{{.HeaderInclude}}
<title>{{.Title}}</title>
</head>
<body ng-app="harbor.app" ng-controller="CurrentUserController as vm">
{{.HeaderContent}}
{{.LayoutContent}}
{{.FooterContent}}
{{.FooterInclude}}
</body>
</html>