github.com/GoogleContainerTools/skaffold/v2@v2.13.2/docs-v2/layouts/shortcodes/blocks/values-section.html (about) 1 {{ $_hugo_config := `{ "version": 1 }` }} 2 {{ $col_id := .Get "color" | default .Ordinal }} 3 {{ $height := .Get "height" | default "auto" }} 4 {{ $type := .Get "type" | default "" }} 5 <a id="td-block-{{ .Ordinal }}" class="td-offset-anchor"></a> 6 <section class="values-section skaffold-font row td-box td-box--{{ $col_id }} td-box--gradient td-box--height-{{ $height }}"> 7 <div class="col"> 8 <div class="row {{ $type }}"> 9 {{ .Inner | markdownify}} 10 </div> 11 </div> 12 </section>