mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-02 16:49:48 +01:00
13 lines
276 B
HTML
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> |