blob: 839bb7264bdf3c64513dc077cd18a4b27a873fe2 [file] [log] [blame]
{{ $_hugo_config := `{ "version": 1 }` }}
{{ $col_id := .Get "color" | default .Ordinal }}
{{ $height := .Get "height" | default "auto" }}
{{ $type := .Get "type" | default "" }}
<section class="row td-box td-box--{{ $col_id }} td-box--gradient td-box--height-{{ $height }}">
<div class="col">
<div class="row {{ $type }}">
{{ .Inner | markdownify}}
</div>
</div>
</section>