{{ $_hugo_config := `{ "version": 1 }` }} {{ $blockID := printf "td-cover-block-%d" .Ordinal }} {{ $logo_image := resources.Get "images/lp-logo.png" }} {{ $col_id := .Get "color" | default "primary" }} {{ $image_anchor := .Get "image_anchor" | default "smart" }} {{ $logo_anchor := .Get "logo_anchor" | default "smart" }} {{/* Height can be one of: auto, min, med, max, full. */}} {{ $height := .Get "height" | default "med" }} {{ $byline := .Get "byline" | default "" }}
{{ with $logo_image }} {{ $logo_image_resized := (.Fit (printf "320x159 %s" $logo_anchor)) }} {{ $logo_image_resized_1_5x := (.Fit (printf "480x238 %s" $logo_anchor)) }} {{ $logo_image_resized_2x := (.Fit (printf "640x318 %s" $logo_anchor)) }} {{ end }}
{{ with .Get "subtitle" }}

{{ . | html }}

{{ end }}
{{ .Inner | markdownify}}
{{ if $byline }}
{{ $byline }}
{{ end }}