docs-v2/layouts/shortcodes/flex-content.html

6 lines
145 B
HTML

{{ $width := .Get 0 | default "half" }}
{{ $_hugo_config := `{ "version": 1 }` }}
<div class="flex-container {{ $width }}">
{{ .Inner }}
</div>