uci-shortcodes/layouts/shortcodes/box.html

5 lines
118 B
HTML

{{ $numOfParams := ( len .Params ) }}
<div class="box {{ range .Params }}box--{{ . }} {{ end }}">
{{ .Inner }}
</div>