2016-05-13 15:59:59 +00:00
|
|
|
{{define "head"}}<!-- nix -->{{end}}
|
|
|
|
|
|
|
|
{{define "content"}}
|
|
|
|
<div class="container-fluid">
|
|
|
|
<h2 id="rules">Rules</h2>
|
2017-07-08 09:38:02 +00:00
|
|
|
{{range .RuleGroups}}<pre>File: {{.File}}; Group name: {{.Name}}
|
|
|
|
{{range .Rules}}-------<br/>{{.HTMLSnippet pathPrefix}}{{end}}</pre>{{end}}
|
2016-05-13 15:59:59 +00:00
|
|
|
</div>
|
|
|
|
{{end}}
|