uci-shortcodes/layouts/shortcodes/format.html

5 lines
144 B
HTML

<!-- Adds a class to a block of text. Used for custom formatting -->
<span class="{{ range .Params }}{{ . }} {{ end }}">
{{ .Inner }}
</span>