{% 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":bg="false":title="pagetitle":subtitle="subtitle"/>{% if page.content %}<twig:PageMainContent>{{ allowInlineEditor(page, 'content')|raw }}{% if page.id == 17 %}<script type="application/ld+json">{"@context": "https://schema.org","@type": "LocalBusiness","name": "{{ sitename }}","telephone": "{{ renderSetting(2, 'content')|striptags }}","email": "{{ renderSetting(3, 'content')|striptags }}","contactPoint": {"@type": "ContactPoint","contactType": "Customer Service","telephone": "{{ renderSetting(2, 'content')|striptags }}","areaServed": "GB"}}</script><div class="contact-items contact-items--dark">{% include '@theme/common/contact-items.html.twig' %}{{ forceRenderPcgcHtmlBlockByIdentifier(8)|raw }}</div>{% endif %}<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> #}{% if page.content3 %}<section class="py-40 container cms-area">{{ allowInlineEditor(page, 'content3')|raw }}</section>{% endif %}{% 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 %}