{% 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:PageHeroThemed :page="page" />{% if page.content %}<twig:PageMainContent>{{ allowInlineEditor(page, 'content')|raw }}<twig:block name="content2">{% if page.content2 %}{{ allowInlineEditor(page, 'content2')|raw }}{% endif %}</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 }}{% include '@theme/landing_page_blocks/index.html.twig' with { blocks: page.landingPageBlocks } %}{# {{ breadcrumbs(page, domCheckIgnore(app.request.pathinfo) ) }} #}{{ renderPcgcComponents('Before Content', pageComponents)|raw }}{{ renderPcgcComponents('After Content', pageComponents)|raw }}{% if page.testimonial %}<twig:SingleTestimonial :testimonial="page.testimonial" />{% endif %}{{ renderPcgcComponents('Contact Form', pageComponents)|raw }}{{ renderPcgcComponents('Before Footer', pageComponents)|raw }}{% if page.id == 6 %}{# About page #}{{ render(controller('App\\Controller\\WisdomController::index')) }}{% endif %}{% endblock %}{% block stylesheets %}{% endblock %}