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

4 lines
141 B
HTML
Raw Permalink Normal View History

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