Add blocks API
This commit is contained in:
parent
cb9ed818f6
commit
51c61c151b
2 changed files with 26 additions and 4 deletions
|
@ -15,10 +15,12 @@
|
|||
<td>{{ .Get "user" }}</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th style="text-align: left">Scope</th>
|
||||
<td><code>{{ .Get "scope" }}</code></td>
|
||||
</tr>
|
||||
{{ with .Get "scope" }}
|
||||
<tr>
|
||||
<th style="text-align: left">Scope</th>
|
||||
<td><code>{{.}}</code></td>
|
||||
</tr>
|
||||
{{ end }}
|
||||
|
||||
<tr>
|
||||
<th style="text-align: left">Available since</th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue