<!DOCTYPE html> | |
<html> | |
<head> | |
<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> | |
</html> |