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

3 lines
140 B
HTML

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