blob: 2aea50f88380c7d44befc453f97ce6edb5fcdfe4 [file] [log] [blame] [edit]
<!DOCTYPE html>
<html>
<head>
{{- template "googleanalytics" . -}}
<title>{{.Title}} ChangeLists</title>
<link rel="shortcut icon" href="/dist/favicon.ico" />
<script>
window.GoldSettings = {{.GoldSettings}};
</script>
</head>
<body class="body-sk">
<gold-scaffold-sk>
<changelists-page-sk></changelists-page-sk>
</gold-scaffold-sk>
</body>
{{- template "cookieconsent" . -}}
</html>