Add domain blocks API

This commit is contained in:
Eugen Rochko 2018-10-05 21:58:19 +02:00
parent c9c516ee92
commit 86eb63bcf5
2 changed files with 51 additions and 3 deletions

View file

@ -18,7 +18,7 @@
{{ with .Get "scope" }}
<tr>
<th style="text-align: left">Scope</th>
<td><code>{{.}}</code></td>
<td>{{range split . " "}}<code>{{ . }}</code> {{ end }}</td>
</tr>
{{ end }}