{% extends '@theme/base.html.twig' %}{% block metatitle %}{{ page.metatitle }}{% endblock %}{% block metadescription -%}{{- page.metadescription|striptags|slice(0, 160) -}}{%- endblock %}{% block body %}{% set pagetitle = replaceIfComponentDataExists(pageComponents, 'title') ? replaceIfComponentDataExists(pageComponents, 'title') : page.title %}{% set subtitle = replaceIfComponentDataExists(pageComponents, 'subtitle') ? replaceIfComponentDataExists(pageComponents, 'subtitle') : page.subtitle %}<twig:PageHero :page="page" :title="pagetitle" :subtitle="subtitle"><a href="{{ path('router', { slug: 'contact' }) }}" class="button">How can we help you today?</a></twig:PageHero>{% if page.content %}<twig:PageMainContent image="{{ page.image ? '/' ~ page.getFullImagePath : null }}">{{ allowInlineEditor(page, 'content')|raw }}<twig:block name="content2">{{ renderPcgcComponents('Filters', pageComponents)|raw }}</twig:block><twig:block name="buttons">{% if page.ctaText and page.ctaLink %}<a href="{{ page.ctaLink }}" class="button">{{ page.ctaText }}</a>{% endif %}</twig:block></twig:PageMainContent>{% endif %}<div class="header-block"><div class="contact-details">{{ forceRenderPcgcHtmlBlock('Contact Details')|raw }}</div></div>{{ allowInlineEditor(page, 'content3')|raw }}{{ renderPcgcComponents('Resources', pageComponents)|raw }}{% include '@theme/landing_page_blocks/index.html.twig' with { blocks: page.landingPageBlocks } %}{% if page.testimonial %}<twig:SingleTestimonial :testimonial="page.testimonial" />{% endif %}{{ renderPcgcComponents('Contact Form', pageComponents)|raw }}{% endblock %}{% block stylesheets %}{% endblock %}