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