docs-v2/layouts/shortcodes/api-endpoint.html

6 lines
204 B
HTML

{{ $method := .Get "method" | upper }}
{{ $methodStyle := .Get "method" | lower }}
{{ $endpoint := .Get "endpoint" }}
<pre>
<span class="api {{ $methodStyle }}">{{ $method }}</span> {{ $endpoint }}
</pre>