13 lines
341 B
HTML
13 lines
341 B
HTML
<div>
|
|
<h2 class="api-method">
|
|
<div class="api-method-method">
|
|
<span>{{ .Get "method"}}</span>
|
|
</div>
|
|
|
|
<span class="api-method-title">{{ .Get "title" }}</span>
|
|
</h2>
|
|
|
|
<div class="api-method-url">
|
|
<span class="api-method-host">{{ .Get "host" }}</span><span class="api-method-path">{{ .Get "path" }}</span>
|
|
</div>
|