{{ if enable_location }}
{{ if location_title }}
{{ partial:components.heading label="{location_title}" size="h3" }}
{{ /if }}
{{ if location_subtitle }}
{{ partial:components.lead label="{location_subtitle}" size="lg" }}
{{ /if }}
{{ locations }}
{{ partial:components.heading label="{title}" size="h4" }}
{{ rich_text }}
{{ /locations }}
{{ /if }}
{{ if enable_form }}
{{ if form_title }}
{{ partial:components.heading label="{form_title}" size="h3" }}
{{ /if }}
{{ if form_subtitle }}
{{ partial:components.lead label="{form_subtitle}" size="lg" class="mt-2" }}
{{ /if }}
{{ partial:partials/form }}
{{ /if }}