www.doublefourteen.io/layouts/shortcodes/flexcolumn.html

4 lines
141 B
HTML

<div class="{{.Get "class"}}" style="display:flex; flex-direction:column; flex-wrap:wrap;{{.Get "style" | safeCSS }}">
{{- .Inner -}}
</div>