Add domain blocks API
This commit is contained in:
parent
c9c516ee92
commit
86eb63bcf5
2 changed files with 51 additions and 3 deletions
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue