blob: 9ff175213aef8b149f1f54aa23bfd654c33ddaeb [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>{{.Title}} Cluster Page</title>
<link rel="shortcut icon" href="/dist/favicon.ico" />
<script>
window.GoldSettings = {
title: '{{.Title}}',
defaultCorpus: '{{.DefaultCorpus}}',
baseRepoURL: '{{.BaseRepoURL}}',
};
</script>
</head>
<body class="body-sk">
<gold-scaffold-sk>
<cluster-page-sk></cluster-page-sk>
</gold-scaffold-sk>
</body>
</html>