Files
www.doublefourteen.io/layouts/shortcodes/flexrow.html
Lorenzo Cogotti 64781e5420 [*] Initial commit
2021-07-19 16:05:53 +02:00

3 lines
140 B
HTML

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