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

3 lines
140 B
HTML
Raw Permalink Normal View History

2021-07-19 16:05:53 +02:00
<div class="{{.Get "class"}}" style="display: flex; flex-direction: row; flex-wrap: wrap;{{.Get "style" | safeCSS }}">
{{- .Inner -}}
</div>