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

4 lines
55 B
HTML
Raw Normal View History

2017-03-10 22:59:27 -08:00
<div class="box box-{{ .Get 0 }}">
{{ .Inner }}
</div>