<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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;
use Twig\TemplateWrapper;
/* themes/theme/templates/home.html.twig */
class __TwigTemplate_7e635445c88dc7a25e169b9d5640a08a extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $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): bool|string|Template|TemplateWrapper
{
// line 1
return "@theme/base.html.twig";
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$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", "themes/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", "themes/theme/templates/home.html.twig"));
$this->parent = $this->load("@theme/base.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 2
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_title(array $context, array $blocks = []): iterable
{
$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"));
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($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);
yield from [];
}
// line 3
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_metatitle(array $context, array $blocks = []): iterable
{
$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"));
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($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);
yield from [];
}
// line 4
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_metadescription(array $context, array $blocks = []): iterable
{
$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"));
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::slice($this->env->getCharset(), Twig\Extension\CoreExtension::striptags(CoreExtension::getAttribute($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);
yield from [];
}
// line 6
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_body(array $context, array $blocks = []): iterable
{
$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
yield "
<script type=\"application/ld+json\">
{
\"@context\": \"https://schema.org\",
\"@type\": \"LocalBusiness\",
\"name\": \"";
// line 12
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((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);
yield "\",
\"url\": \"";
// line 13
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((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);
yield "\",
\"image\": \"";
// line 14
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((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);
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($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);
yield "\",
\"description\": \"";
// line 15
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::slice($this->env->getCharset(), Twig\Extension\CoreExtension::striptags(CoreExtension::getAttribute($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);
yield "\",
\"address\": {
\"@type\": \"PostalAddress\",
\"streetAddress\": \"42 Readmans Industrial Estate\",
\"addressLocality\": \"East Tilbury\",
\"addressRegion\": \"Essex\",
\"postalCode\": \"RM18 8QR\",
\"addressCountry\": \"GB\"
},
\"telephone\": \"";
// line 24
yield $this->env->getFunction('renderSetting')->getCallable()(2, "content");
yield "\",
\"email\": \"";
// line 25
yield $this->env->getFunction('renderSetting')->getCallable()(3, "content");
yield "\",
\"geo\": {
\"@type\": \"GeoCoordinates\",
\"latitude\": \"";
// line 28
yield $this->env->getFunction('renderSetting')->getCallable()(4, "content");
yield "\",
\"longitude\": \"";
// line 29
yield $this->env->getFunction('renderSetting')->getCallable()(5, "content");
yield "\"
},
\"sameAs\": [
\"";
// line 32
yield $this->env->getFunction('renderSetting')->getCallable()(7, "content");
yield "\",
\"";
// line 33
yield $this->env->getFunction('renderSetting')->getCallable()(8, "content");
yield "\",
\"";
// line 34
yield $this->env->getFunction('renderSetting')->getCallable()(9, "content");
yield "\"
]
}
</script>
<section class=\"video w-full flex items-center text-white\">
";
// line 40
if ((($tmp = CoreExtension::getAttribute($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)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 41
yield " <video autoplay muted playsinline loop id=\"myVideo\">
<source src=\"";
// line 42
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($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);
yield "\" type=\"video/mp4\">
Your browser does not support the video tag.
</video>
";
}
// line 46
yield " <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
yield $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");
yield "</h1>
</div>
</div>
<div class=\"row\">
<div class=\"lg:col-7 md:col-8 sm:col-12 col-12\">
";
// line 54
yield $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");
yield "
<a class=\"btn btn-primary\" href=\"";
// line 55
yield $this->env->getFunction('renderSetting')->getCallable()(21, "content");
yield "\">";
yield $this->env->getFunction('renderSetting')->getCallable()(21, "title");
yield "</a>
</div>
</div>
<a href=\"/nasc-membership\" class=\"absolute bottom-0 right-4 z-20 block\">
<img src=\"";
// line 59
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getFunction('imageCache')->getCallable()($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/nasc-logo.png"), "cropResize", 340, 80), "html", null, true);
yield "\" width=\"170\" height=\"40\" alt=\"NASC accredited logo\" loading=\"lazy\" />
</a>
</div>
</section>
<section class=\"pt-10\">
";
// line 65
yield $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); })()));
yield "
<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
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getFunction('imageCache')->getCallable()(("/userfiles/images/page/" . CoreExtension::getAttribute($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);
yield "\" width=\"608\" height=\"568\" alt=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($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);
yield "\" 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
yield $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");
yield "
<a class=\"btn btn-white mt-12\" href=\"";
// line 81
yield $this->env->getFunction('renderSetting')->getCallable()(20, "content");
yield "\">";
yield $this->env->getFunction('renderSetting')->getCallable()(20, "title");
yield "</a>
";
// line 82
yield from $this->load("@theme/common/certified.html.twig", 82)->unwrap()->yield($context);
// line 83
yield " </div>
</div>
</div>
</div>
";
// line 88
yield $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); })()));
yield "
</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 cms-area\">
";
// line 95
yield $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");
yield "
<a class=\"btn btn-white mt-6\" href=\"";
// line 96
yield $this->env->getFunction('renderSetting')->getCallable()(22, "content");
yield "\">";
yield $this->env->getFunction('renderSetting')->getCallable()(22, "title");
yield "</a>
</div>
<div class=\"split-right md:w-1/2 py-12 md:pl-36\">
";
// line 99
yield $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); })()));
yield "
</div>
</div>
</div>
</section>
<section class=\"featured-team-members text-center mb-12\">
<div class=\"container\">
";
// line 107
yield $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); })()));
yield "
</div>
</section>
";
// line 111
yield $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); })()));
yield "
";
// line 113
yield $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); })()));
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 117
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_stylesheets(array $context, array $blocks = []): iterable
{
$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);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "themes/theme/templates/home.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 366 => 117, 352 => 113, 347 => 111, 340 => 107, 329 => 99, 321 => 96, 317 => 95, 307 => 88, 300 => 83, 298 => 82, 292 => 81, 288 => 80, 276 => 73, 265 => 65, 256 => 59, 247 => 55, 243 => 54, 235 => 49, 230 => 46, 223 => 42, 220 => 41, 218 => 40, 209 => 34, 205 => 33, 201 => 32, 195 => 29, 191 => 28, 185 => 25, 181 => 24, 169 => 15, 164 => 14, 160 => 13, 156 => 12, 149 => 7, 136 => 6, 113 => 4, 90 => 3, 67 => 2, 44 => 1,);
}
public function getSourceContext(): Source
{
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 cms-area\">
{{ allowInlineEditor(page, 'content2')|raw }}
<a class=\"btn btn-white mt-6\" 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 %}
", "themes/theme/templates/home.html.twig", "/var/www/html/k/kasscaffolding/templates/themes/theme/templates/home.html.twig");
}
}