{{ 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" class="mt-2" }} {{ /if }}
{{ locations }}
{{ svg src="location-point" class="w-16 h-16 mb-24 text-gray-900 fill-current" }} {{ 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 }}