{{ $color := .Get "color" | default "white" -}} {{ $columns := .Get "columns" | default "3" -}}
{{ with .Get "title" }}

{{ . }}

{{ end }} {{ with .Get "subtitle" }}

{{ . }}

{{ end }}
{{ .Inner }}