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

4 lines
55 B
HTML

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