mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
4 lines
167 B
HTML
4 lines
167 B
HTML
{{- $content := .Inner | .Page.RenderString -}}
|
|
{{- $tag := .Get 1 | default "div" -}}
|
|
{{- printf `<%s style="%s">%s</%s>` $tag ($.Get 0) $content $tag | safeHTML -}}
|