mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
5 lines
128 B
HTML
5 lines
128 B
HTML
{{- /* [left, center, right] */ -}}
|
|
<div class={{ .Get 0 | printf "align-%s" }}>
|
|
{{- .Inner | .Page.RenderString -}}
|
|
</div>
|