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