1
Fork 0
theorangeone.net-legacy/layouts/shortcodes/block.html

10 lines
174 B
HTML
Raw Permalink Normal View History

<div class="block-shortcode">
<code>&lt;{{ .Get 0 }}&gt;</code>
<div class="inner">
{{ .Inner | markdownify }}
</div>
<code>&lt;/{{ .Get 0 }}&gt;</code>
</div>