blob: c2fd5bf522f38647239e73cfac1bb242596d3d58 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>{{.Title}} Details 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>
<details-page-sk></details-page-sk>
</gold-scaffold-sk>
</body>
</html>