vanilla-hugo/layouts/shortcodes/sidebysideitem.html

4 lines
119 B
HTML
Raw Permalink Normal View History

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