blob: f655ec657426adb424e9d2f6a1f317af9a96218a [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>
<gold-scaffold-sk>
<details-page-sk></details-page-sk>
</gold-scaffold-sk>
</body>
</html>