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

4 lines
144 B
HTML
Raw Normal View History

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