{{ $headline := .Get "headline" }} {{ $sub_headline := .Get "sub_headline" }} {{ $primary_button_text := .Get "primary_button_text" }} {{ $primary_button_url := .Get "primary_button_url" }} {{ $secondary_button_text := .Get "secondary_button_text" }} {{ $secondary_button_url := .Get "secondary_button_url" }} {{ $hero_image := .Get "hero_image" }} {{ $background_image := .Get "background_image" }} {{ $background_color_gradient := .Get "background_color_gradient" | default "from-gray-50 to-white" }}
{{ if $background_image }}
Background
{{ end }}

{{ $headline | safeHTML }}

{{ $sub_headline | safeHTML }}

{{ if and $primary_button_text $primary_button_url }} {{ $primary_button_text }} {{ end }} {{ if and $secondary_button_text $secondary_button_url }} {{ $secondary_button_text }} {{ end }}
{{ if $hero_image }}
Hero Image
{{ end }}