Files
polaris/pkg/dashboard/templates/main.gohtml
2020-01-14 14:50:34 +00:00

20 lines
312 B
Plaintext

<!doctype html>
<html>
<head>
<script>
window.polarisSummary = {{ .JSON }};
</script>
{{ template "head" . }}
</head>
<body>
{{ template "navbar" . }}
<div class="main-content">
{{ template "preamble" . }}
{{ template "dashboard" . }}
</div>
{{ template "footer" . }}
</body>
</html>