{{ $_hugo_config := `{ "version": 1 }` }} {{ $blockID := "td-cover-block-1" }} {{ $promo_image := (.Page.Resources.ByType "image").GetMatch "**background*" }} {{ $logo_image := (.Page.Resources.ByType "image").GetMatch "**logo*" }} {{ $col_id := .Param "color" | default "dark" }} {{ $image_anchor := .Param "image_anchor" | default "smart" }} {{ $logo_anchor := .Param "logo_anchor" | default "smart" }} {{/* Height can be one of: auto, min, med, max, full. */}} {{ $height := .Param "height" | default "max" }} {{ $description := .Param "description" | default "" }} {{ with $promo_image }} {{ $promo_image_big := (.Fill (printf "1920x1080 %s" $image_anchor)) }} {{ $promo_image_small := (.Fill (printf "960x540 %s" $image_anchor)) }} {{ end }}
{{ with .Param "title" }}

{{ $title := . }}{{ with $logo_image }}{{ $logo_image_resized := (.Fit (printf "70x70 %s" $logo_anchor)) }}{{ end }}{{ $title | html }}

{{ end }} {{ with .Param "subtitle" }}

{{ . | html }}

{{ end }}
Specification {{ if $description }}

{{ $description }}

{{ end }}