<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* @theme/templates/home.html.twig */
class __TwigTemplate_a9f3b983c4ac5574627daf7984ae7e58 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'metatitle' => [$this, 'block_metatitle'],
'metadescription' => [$this, 'block_metadescription'],
'body' => [$this, 'block_body'],
'stylesheets' => [$this, 'block_stylesheets'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "@theme/base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@theme/templates/home.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@theme/templates/home.html.twig"));
$this->parent = $this->loadTemplate("@theme/base.html.twig", "@theme/templates/home.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 2
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 2, $this->source); })()), "title", [], "any", false, false, false, 2), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 3
public function block_metatitle($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metatitle"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metatitle"));
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 3, $this->source); })()), "metatitle", [], "any", false, false, false, 3), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 4
public function block_metadescription($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metadescription"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metadescription"));
echo twig_escape_filter($this->env, twig_slice($this->env, twig_striptags(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 4, $this->source); })()), "metadescription", [], "any", false, false, false, 4)), 0, 160), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 6
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 7
echo "
<script type=\"application/ld+json\">
{
\"@context\": \"https://schema.org\",
\"@type\": \"LocalBusiness\",
\"name\": \"";
// line 12
echo twig_escape_filter($this->env, (isset($context["sitename"]) || array_key_exists("sitename", $context) ? $context["sitename"] : (function () { throw new RuntimeError('Variable "sitename" does not exist.', 12, $this->source); })()), "html", null, true);
echo "\",
\"url\": \"";
// line 13
echo twig_escape_filter($this->env, (isset($context["siteurl"]) || array_key_exists("siteurl", $context) ? $context["siteurl"] : (function () { throw new RuntimeError('Variable "siteurl" does not exist.', 13, $this->source); })()), "html", null, true);
echo "\",
\"image\": \"";
// line 14
echo twig_escape_filter($this->env, (isset($context["siteurl"]) || array_key_exists("siteurl", $context) ? $context["siteurl"] : (function () { throw new RuntimeError('Variable "siteurl" does not exist.', 14, $this->source); })()), "html", null, true);
echo twig_escape_filter($this->env, $this->env->getFunction('imageCache')->getCallable()($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/kas-scaffolding-logo.png"), "cropResize", 600, 232), "html", null, true);
echo "\",
\"description\": \"";
// line 15
echo twig_escape_filter($this->env, twig_slice($this->env, twig_striptags(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 15, $this->source); })()), "metadescription", [], "any", false, false, false, 15)), 0, 160), "html", null, true);
echo "\",
\"address\": {
\"@type\": \"PostalAddress\",
\"streetAddress\": \"42 Readmans Industrial Estate\",
\"addressLocality\": \"East Tilbury\",
\"addressRegion\": \"Essex\",
\"postalCode\": \"RM18 8QR\",
\"addressCountry\": \"GB\"
},
\"telephone\": \"";
// line 24
echo $this->env->getFunction('renderSetting')->getCallable()(2, "content");
echo "\",
\"email\": \"";
// line 25
echo $this->env->getFunction('renderSetting')->getCallable()(3, "content");
echo "\",
\"geo\": {
\"@type\": \"GeoCoordinates\",
\"latitude\": \"";
// line 28
echo $this->env->getFunction('renderSetting')->getCallable()(4, "content");
echo "\",
\"longitude\": \"";
// line 29
echo $this->env->getFunction('renderSetting')->getCallable()(5, "content");
echo "\"
},
\"sameAs\": [
\"";
// line 32
echo $this->env->getFunction('renderSetting')->getCallable()(7, "content");
echo "\",
\"";
// line 33
echo $this->env->getFunction('renderSetting')->getCallable()(8, "content");
echo "\",
\"";
// line 34
echo $this->env->getFunction('renderSetting')->getCallable()(9, "content");
echo "\"
]
}
</script>
<section class=\"video w-full flex items-center text-white\">
";
// line 40
if (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 40, $this->source); })()), "file", [], "any", false, false, false, 40)) {
// line 41
echo " <video autoplay muted playsinline loop id=\"myVideo\">
<source src=\"";
// line 42
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 42, $this->source); })()), "getFileUrl", [], "any", false, false, false, 42), "html", null, true);
echo "\" type=\"video/mp4\">
Your browser does not support the video tag.
</video>
";
}
// line 46
echo " <div class=\"container relative z-20\">
<div class=\"row\">
<div class=\"lg:col-8 md:col-10 sm:col-12 col-12\">
<h1>";
// line 49
echo $this->env->getFunction('allowInlineEditor')->getCallable()((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 49, $this->source); })()), "title");
echo "</h1>
</div>
</div>
<div class=\"row\">
<div class=\"lg:col-7 md:col-8 sm:col-12 col-12\">
";
// line 54
echo $this->env->getFunction('allowInlineEditor')->getCallable()((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 54, $this->source); })()), "kicker");
echo "
<a class=\"btn btn-primary\" href=\"";
// line 55
echo $this->env->getFunction('renderSetting')->getCallable()(21, "content");
echo "\">";
echo $this->env->getFunction('renderSetting')->getCallable()(21, "title");
echo "</a>
</div>
</div>
<a href=\"/nasc-membership\" class=\"absolute bottom-0 right-4 z-20 block\">
<img src=\"";
// line 59
echo twig_escape_filter($this->env, $this->env->getFunction('imageCache')->getCallable()($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/nasc-logo.png"), "cropResize", 340, 80), "html", null, true);
echo "\" width=\"170\" height=\"40\" alt=\"NASC accredited logo\" loading=\"lazy\" />
</a>
</div>
</section>
<section class=\"pt-10\">
";
// line 65
echo $this->env->getFunction('renderComponents')->getCallable()("Before Content", (isset($context["pageComponents"]) || array_key_exists("pageComponents", $context) ? $context["pageComponents"] : (function () { throw new RuntimeError('Variable "pageComponents" does not exist.', 65, $this->source); })()));
echo "
<div class=\"container\">
<div class=\"row flex items-center\">
<div class=\"lg:col-3 hidden lg:block\">
<div>
<div class=\"img-top\"></div>
<div class=\"lg:-mr-72 relative z-30\">
<img class=\"max-w-full h-auto\" src=\"";
// line 73
echo twig_escape_filter($this->env, $this->env->getFunction('imageCache')->getCallable()(("/userfiles/images/page/" . twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 73, $this->source); })()), "image", [], "any", false, false, false, 73)), "zoomCrop", 900, 840), "html", null, true);
echo "\" width=\"608\" height=\"568\" alt=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 73, $this->source); })()), "title", [], "any", false, false, false, 73), "html", null, true);
echo "\" loading=\"lazy\" />
</div>
<div class=\"img-btm\"></div>
</div>
</div>
<div class=\"lg:col-9\">
<div class=\"bg-extend bg-primary text-white text-xl font-light py-12 lg:py-24 lg:pl-80 lg:pr-8 relative z-20 cms-area\">
";
// line 80
echo $this->env->getFunction('allowInlineEditor')->getCallable()((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 80, $this->source); })()), "content");
echo "
<a class=\"btn btn-white mt-12\" href=\"";
// line 81
echo $this->env->getFunction('renderSetting')->getCallable()(20, "content");
echo "\">";
echo $this->env->getFunction('renderSetting')->getCallable()(20, "title");
echo "</a>
";
// line 82
$this->loadTemplate("@theme/common/certified.html.twig", "@theme/templates/home.html.twig", 82)->display($context);
// line 83
echo " </div>
</div>
</div>
</div>
";
// line 88
echo $this->env->getFunction('renderComponents')->getCallable()("After Content", (isset($context["pageComponents"]) || array_key_exists("pageComponents", $context) ? $context["pageComponents"] : (function () { throw new RuntimeError('Variable "pageComponents" does not exist.', 88, $this->source); })()));
echo "
</section>
<section class=\"split mb-16 relative\">
<div class=\"container\">
<div class=\"split-wrapper text-white md:flex md:flex-row\">
<div class=\"split-left md:w-1/2 bg-secondary py-12 pr-4\">
";
// line 95
echo $this->env->getFunction('allowInlineEditor')->getCallable()((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 95, $this->source); })()), "content2");
echo "
<a class=\"btn btn-white mt-12\" href=\"";
// line 96
echo $this->env->getFunction('renderSetting')->getCallable()(22, "content");
echo "\">";
echo $this->env->getFunction('renderSetting')->getCallable()(22, "title");
echo "</a>
</div>
<div class=\"split-right md:w-1/2 py-12 md:pl-36\">
";
// line 99
echo $this->env->getFunction('renderComponents')->getCallable()("Service List", (isset($context["pageComponents"]) || array_key_exists("pageComponents", $context) ? $context["pageComponents"] : (function () { throw new RuntimeError('Variable "pageComponents" does not exist.', 99, $this->source); })()));
echo "
</div>
</div>
</div>
</section>
<section class=\"featured-team-members text-center mb-12\">
<div class=\"container\">
";
// line 107
echo $this->env->getFunction('renderComponents')->getCallable()("Team Members", (isset($context["pageComponents"]) || array_key_exists("pageComponents", $context) ? $context["pageComponents"] : (function () { throw new RuntimeError('Variable "pageComponents" does not exist.', 107, $this->source); })()));
echo "
</div>
</section>
";
// line 111
echo $this->extensions['App\Twig\TwigExtension']->renderHtmlBlock($this->env, "Content Block", (isset($context["pageHtmlBlocks"]) || array_key_exists("pageHtmlBlocks", $context) ? $context["pageHtmlBlocks"] : (function () { throw new RuntimeError('Variable "pageHtmlBlocks" does not exist.', 111, $this->source); })()), (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 111, $this->source); })()));
echo "
";
// line 113
echo $this->env->getFunction('renderComponents')->getCallable()("Contact Form", (isset($context["pageComponents"]) || array_key_exists("pageComponents", $context) ? $context["pageComponents"] : (function () { throw new RuntimeError('Variable "pageComponents" does not exist.', 113, $this->source); })()));
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 117
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@theme/templates/home.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 345 => 117, 332 => 113, 327 => 111, 320 => 107, 309 => 99, 301 => 96, 297 => 95, 287 => 88, 280 => 83, 278 => 82, 272 => 81, 268 => 80, 256 => 73, 245 => 65, 236 => 59, 227 => 55, 223 => 54, 215 => 49, 210 => 46, 203 => 42, 200 => 41, 198 => 40, 189 => 34, 185 => 33, 181 => 32, 175 => 29, 171 => 28, 165 => 25, 161 => 24, 149 => 15, 144 => 14, 140 => 13, 136 => 12, 129 => 7, 119 => 6, 100 => 4, 81 => 3, 62 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends '@theme/base.html.twig' %}
{% block title %}{{ page.title }}{% endblock %}
{% block metatitle %}{{ page.metatitle }}{% endblock %}
{% block metadescription %}{{ page.metadescription|striptags|slice(0, 160) }}{% endblock %}
{% block body %}
<script type=\"application/ld+json\">
{
\"@context\": \"https://schema.org\",
\"@type\": \"LocalBusiness\",
\"name\": \"{{ sitename }}\",
\"url\": \"{{ siteurl }}\",
\"image\": \"{{ siteurl }}{{ imageCache(asset('build/images/kas-scaffolding-logo.png'), 'cropResize', 600, 232) }}\",
\"description\": \"{{ page.metadescription|striptags|slice(0, 160) }}\",
\"address\": {
\"@type\": \"PostalAddress\",
\"streetAddress\": \"42 Readmans Industrial Estate\",
\"addressLocality\": \"East Tilbury\",
\"addressRegion\": \"Essex\",
\"postalCode\": \"RM18 8QR\",
\"addressCountry\": \"GB\"
},
\"telephone\": \"{{ renderSetting(2, 'content') }}\",
\"email\": \"{{ renderSetting(3, 'content') }}\",
\"geo\": {
\"@type\": \"GeoCoordinates\",
\"latitude\": \"{{ renderSetting(4, 'content') }}\",
\"longitude\": \"{{ renderSetting(5, 'content') }}\"
},
\"sameAs\": [
\"{{ renderSetting(7, 'content') }}\",
\"{{ renderSetting(8, 'content') }}\",
\"{{ renderSetting(9, 'content') }}\"
]
}
</script>
<section class=\"video w-full flex items-center text-white\">
{% if page.file %}
<video autoplay muted playsinline loop id=\"myVideo\">
<source src=\"{{ page.getFileUrl }}\" type=\"video/mp4\">
Your browser does not support the video tag.
</video>
{% endif %}
<div class=\"container relative z-20\">
<div class=\"row\">
<div class=\"lg:col-8 md:col-10 sm:col-12 col-12\">
<h1>{{ allowInlineEditor(page, 'title')|raw }}</h1>
</div>
</div>
<div class=\"row\">
<div class=\"lg:col-7 md:col-8 sm:col-12 col-12\">
{{ allowInlineEditor(page, 'kicker')|raw }}
<a class=\"btn btn-primary\" href=\"{{ renderSetting(21, 'content') }}\">{{ renderSetting(21, 'title') }}</a>
</div>
</div>
<a href=\"/nasc-membership\" class=\"absolute bottom-0 right-4 z-20 block\">
<img src=\"{{ imageCache(asset('build/images/nasc-logo.png'), 'cropResize', 340, 80) }}\" width=\"170\" height=\"40\" alt=\"NASC accredited logo\" loading=\"lazy\" />
</a>
</div>
</section>
<section class=\"pt-10\">
{{ renderComponents('Before Content', pageComponents)|raw }}
<div class=\"container\">
<div class=\"row flex items-center\">
<div class=\"lg:col-3 hidden lg:block\">
<div>
<div class=\"img-top\"></div>
<div class=\"lg:-mr-72 relative z-30\">
<img class=\"max-w-full h-auto\" src=\"{{ imageCache('/userfiles/images/page/' ~ page.image, 'zoomCrop', 900, 840) }}\" width=\"608\" height=\"568\" alt=\"{{ page.title }}\" loading=\"lazy\" />
</div>
<div class=\"img-btm\"></div>
</div>
</div>
<div class=\"lg:col-9\">
<div class=\"bg-extend bg-primary text-white text-xl font-light py-12 lg:py-24 lg:pl-80 lg:pr-8 relative z-20 cms-area\">
{{ allowInlineEditor(page, 'content')|raw }}
<a class=\"btn btn-white mt-12\" href=\"{{ renderSetting(20, 'content') }}\">{{ renderSetting(20, 'title') }}</a>
{% include '@theme/common/certified.html.twig' %}
</div>
</div>
</div>
</div>
{{ renderComponents('After Content', pageComponents)|raw }}
</section>
<section class=\"split mb-16 relative\">
<div class=\"container\">
<div class=\"split-wrapper text-white md:flex md:flex-row\">
<div class=\"split-left md:w-1/2 bg-secondary py-12 pr-4\">
{{ allowInlineEditor(page, 'content2')|raw }}
<a class=\"btn btn-white mt-12\" href=\"{{ renderSetting(22, 'content') }}\">{{ renderSetting(22, 'title') }}</a>
</div>
<div class=\"split-right md:w-1/2 py-12 md:pl-36\">
{{ renderComponents('Service List', pageComponents)|raw }}
</div>
</div>
</div>
</section>
<section class=\"featured-team-members text-center mb-12\">
<div class=\"container\">
{{ renderComponents('Team Members', pageComponents)|raw }}
</div>
</section>
{{ renderHtmlBlock('Content Block', pageHtmlBlocks, page)|raw }}
{{ renderComponents('Contact Form', pageComponents)|raw }}
{% endblock %}
{% block stylesheets %}
{% endblock %}
", "@theme/templates/home.html.twig", "/var/www/html/k/kasscaffolding/templates/themes/theme/templates/home.html.twig");
}
}