Files
vanilla-hugo/layouts/_shortcodes/sidebysideitem.html
2026-05-12 19:43:12 -07:00

4 lines
119 B
HTML

<div class="side-by-side-item" {{ with .Get "weight" }} style="flex-grow: {{ . }};" {{ end }}>
{{ .Inner }}
</div>