uci-hugo-landingpage/layouts/shortcodes/box.html

4 lines
56 B
HTML

<div class="box box--{{ .Get 0 }}">
{{ .Inner }}
</div>