<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>{% block metatitle %}{% endblock %} | {{ sitename }}</title><meta name="robots" content="index,follow"><meta name="description" content="{% block metadescription %}{% endblock %}"><meta name="viewport" content="width=device-width, initial-scale=1"><meta name="format-detection" content="telephone=no"><meta name="theme-color" content="{{ theme_colour }}"><link rel="apple-touch-icon" sizes="180x180" href="/images/icons/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="/images/icons/favicon-32x32-light.png" media="(prefers-color-scheme: light)"><link rel="icon" type="image/png" sizes="32x32" href="/images/icons/favicon-32x32-dark.png" media="(prefers-color-scheme: dark)"><link rel="manifest" href="/site.webmanifest">{# ADMIN ONLY CSS FILES MERGED INTO SINGLE INCLUDE FILE #}{% if is_granted('ROLE_CMS_ACCESS') %}{% include 'Widgets/admin-css-imports.html.twig' %}{% endif %}{# WEBPACK COMPILED CSS #}{{ encore_entry_link_tags('app') }}{% block stylesheets %}{% endblock %}<script src="https://kit.fontawesome.com/eace9dba9c.js" crossorigin="anonymous"></script>{# WEBPACK COMPILED JS - USES DEFER #}{{ encore_entry_script_tags('app') }}{% block javascripts %}{% endblock %}</head>{% if is_granted('ROLE_CMS_ACCESS') %}<body class="skin-blue sidebar-collapse sidebar-mini">{{ render(controller('App\\Controller\\AdminDefaultController::showAdminHeader')) }}{% else %}<body {% block bodyattributes %}{% endblock %} data-env="{{ app.environment }}" data-gtmcode="{{ gtm_code }}">{% endif %}<!-- HEADER -->{% include '@theme/common/site-header.html.twig' %}{{ renderPcgcComponents('Below Header', pageComponents)|raw }}{% include '@theme/common/alert-notifications.html.twig' %}<!-- CONTENT -->{% block body %}{% endblock %}<!-- END CONTENT -->{# SETTINGS EXAMPLE #}{# {{ renderSetting(id, field) }} #}{# <p>{{ renderSetting(1, 'title') }}</p><p>{{ renderSetting(1, 'displayText') }}</p><p>{{ renderSetting(1, 'content') }}</p><img src="{{ imageCache(renderSetting(1, 'image'), 'cropResize', 500, 500) }}" alt="{{ renderSetting(1, 'title') }}"><a href="{{ renderSetting(1, 'file') }}" target="_blank">Download</a><video src="{{ renderSetting(1, 'video') }}" controls></video> #}{# SETTINGS EXAMPLE #}{% include '@theme/common/site-footer.html.twig' %}<script src="{{ asset('/js/modernizr-3.5.0.min.js')}}" defer></script><script src="{{ asset('//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.js')}}"></script>{# <script src="{{ asset('/js/bootstrap.bundle.min.js')}}"></script> #}{% if is_granted('ROLE_CMS_ACCESS') %}{% include 'Widgets/admin-js-imports.html.twig' %}{% endif %}{% include "@theme/common/consent.html.twig" %}{% include "@theme/common/search-form.html.twig" %}</body></html>