mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
4 lines
135 B
HTML
4 lines
135 B
HTML
|
|
{{- $tag := .Get "tag" | default (.Get 0) | default "div" -}}
|
|
{{- printf `<%v class="fi-row">%v</%v>` $tag .Inner $tag | safeHTML -}}
|