<?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;
/* Frontend/_templates/default.html.twig */
class __TwigTemplate_e9b621fcb379bee75923d9e273fbafeb 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->parent = false;
$this->blocks = [
'page_title' => [$this, 'block_page_title'],
'stylesheets' => [$this, 'block_stylesheets'],
'content' => [$this, 'block_content'],
'scripts' => [$this, 'block_scripts'],
];
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/_templates/default.html.twig"));
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/_templates/default.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/_templates/default.html.twig"));
// line 1
yield "<!doctype html>
<html lang=\"en\">
<head>
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
<!-- App title -->
<title>";
// line 8
yield from $this->unwrap()->yieldBlock('page_title', $context, $blocks);
yield "</title>
<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css\" integrity=\"sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==\" crossorigin=\"anonymous\" />
";
// line 12
yield from $this->unwrap()->yieldBlock('stylesheets', $context, $blocks);
// line 15
yield " </head>
<body>
<header id=\"primary-header\" class=\"sticky-lg-top\">
<div class=\"container\">
<div class=\"row g-0\">
<div class=\"col-md-8 col-lg-3 col-xl-3\">
<a href=\"";
// line 21
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_index");
yield "\" class=\"brand\"><img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/header-logo-white.png"), "html", null, true);
yield "\" alt=\"...\"></a>
</div>
<div class=\"col-md-4 col-lg-9 col-xl-9\">
<nav class=\"navbar navbar-expand-lg navbar-light\" id=\"primary-nav\">
<div class=\"navbar-mobile\">
<button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#primary-nav-target\" aria-controls=\"primary-nav-target\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
<i class=\"fas fa-bars\"></i>
</button>
</div>
<div class=\"collapse navbar-collapse\" id=\"primary-nav-target\">
";
// line 31
yield CoreExtension::getAttribute($this->env, $this->source, (isset($context["menu_helper"]) || array_key_exists("menu_helper", $context) ? $context["menu_helper"] : (function () { throw new RuntimeError('Variable "menu_helper" does not exist.', 31, $this->source); })()), "renderMenu", ["primary", "primary"], "method", false, false, false, 31);
yield "
</div>
</nav>
</div>
</div>
</div>
</header>
";
// line 39
yield from $this->unwrap()->yieldBlock('content', $context, $blocks);
// line 40
yield "
<footer id=\"footer-logos\">
<div class=\"container\">
<img src=\"";
// line 43
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/footer-logos.png"), "html", null, true);
yield "\" alt=\"\"/>
</div>
</footer>
<footer id=\"primary-footer\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-md-4\">
<img src=\"";
// line 50
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/footer-logo.png"), "html", null, true);
yield "\" alt=\"\" class=\"brand\">
<p>
We are an independent Cardiff letting agent and property management Our business was established in 2000 to provide quality accommodation for professionals and students alike.
</p>
<div class=\"socials\">
<!--<a href=\"\"><i class=\"fab fa-facebook-f\"></i></a>
<a href=\"\"><i class=\"fab fa-twitter\"></i></a>-->
<a href=\"https://www.instagram.com/interletgroup/\" rel=\"nofollow\"><i class=\"fab fa-instagram\"></i></a>
<!--<a href=\"\"><i class=\"fab fa-linkedin-in\"></i></a>-->
</div>
</div>
<div class=\"col-md-8\">
<div class=\"row\">
<div class=\"col-lg-2\">
<h5>";
// line 66
yield CoreExtension::getAttribute($this->env, $this->source, (isset($context["menu_helper"]) || array_key_exists("menu_helper", $context) ? $context["menu_helper"] : (function () { throw new RuntimeError('Variable "menu_helper" does not exist.', 66, $this->source); })()), "menuTitle", ["footer_1"], "method", false, false, false, 66);
yield "</h5>
";
// line 67
yield CoreExtension::getAttribute($this->env, $this->source, (isset($context["menu_helper"]) || array_key_exists("menu_helper", $context) ? $context["menu_helper"] : (function () { throw new RuntimeError('Variable "menu_helper" does not exist.', 67, $this->source); })()), "renderMenu", ["footer_1", "footer"], "method", false, false, false, 67);
yield "
</div>
<div class=\"col-lg-2\">
<h5>";
// line 70
yield CoreExtension::getAttribute($this->env, $this->source, (isset($context["menu_helper"]) || array_key_exists("menu_helper", $context) ? $context["menu_helper"] : (function () { throw new RuntimeError('Variable "menu_helper" does not exist.', 70, $this->source); })()), "menuTitle", ["footer_2"], "method", false, false, false, 70);
yield "</h5>
";
// line 71
yield CoreExtension::getAttribute($this->env, $this->source, (isset($context["menu_helper"]) || array_key_exists("menu_helper", $context) ? $context["menu_helper"] : (function () { throw new RuntimeError('Variable "menu_helper" does not exist.', 71, $this->source); })()), "renderMenu", ["footer_2", "footer"], "method", false, false, false, 71);
yield "
</div>
<div class=\"col-lg-2\">
<h5>";
// line 74
yield CoreExtension::getAttribute($this->env, $this->source, (isset($context["menu_helper"]) || array_key_exists("menu_helper", $context) ? $context["menu_helper"] : (function () { throw new RuntimeError('Variable "menu_helper" does not exist.', 74, $this->source); })()), "menuTitle", ["footer_3"], "method", false, false, false, 74);
yield "</h5>
";
// line 75
yield CoreExtension::getAttribute($this->env, $this->source, (isset($context["menu_helper"]) || array_key_exists("menu_helper", $context) ? $context["menu_helper"] : (function () { throw new RuntimeError('Variable "menu_helper" does not exist.', 75, $this->source); })()), "renderMenu", ["footer_3", "footer"], "method", false, false, false, 75);
yield "
</div>
<div class=\"col-lg-4\">
<h5>Find Us</h5>
<p>
2 Mundy Place, Cathays, Cardiff, CF24 4BZ
</p>
<p>
<i class=\"fas fa-phone\"></i> <a href=\"tel:02920 40 00 00\">02920 40 00 00</a>
</p>
<p>
<i class=\"fas fa-envelope\"></i> lettings@interletresidential.co.uk
</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<footer id=\"secondary-footer\">
<p>
Interlet Group Ltd © ";
// line 96
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate("now", "Y"), "html", null, true);
yield " - Site by <a href=\"https://www.cardiffwebdevelopment.co.uk\" title=\"South Wales website design services\">Cardiff Web Design</a>
</p>
</footer>
";
// line 100
yield from $this->unwrap()->yieldBlock('scripts', $context, $blocks);
// line 103
yield " </body>
</html>";
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
yield from [];
}
// line 8
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_page_title(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_title"));
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
yield from [];
}
// line 12
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_stylesheets(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__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"));
// line 13
yield " ";
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("frontend");
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
yield from [];
}
// line 39
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_content(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
yield from [];
}
// line 100
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_scripts(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "scripts"));
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "scripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "scripts"));
// line 101
yield " ";
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("frontend");
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "Frontend/_templates/default.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 320 => 101, 304 => 100, 276 => 39, 259 => 13, 243 => 12, 215 => 8, 200 => 103, 198 => 100, 191 => 96, 167 => 75, 163 => 74, 157 => 71, 153 => 70, 147 => 67, 143 => 66, 124 => 50, 114 => 43, 109 => 40, 107 => 39, 96 => 31, 81 => 21, 73 => 15, 71 => 12, 64 => 8, 55 => 1,);
}
public function getSourceContext(): Source
{
return new Source("<!doctype html>
<html lang=\"en\">
<head>
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
<!-- App title -->
<title>{% block page_title %}{% endblock %}</title>
<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css\" integrity=\"sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==\" crossorigin=\"anonymous\" />
{% block stylesheets %}
{{ encore_entry_link_tags('frontend') }}
{% endblock %}
</head>
<body>
<header id=\"primary-header\" class=\"sticky-lg-top\">
<div class=\"container\">
<div class=\"row g-0\">
<div class=\"col-md-8 col-lg-3 col-xl-3\">
<a href=\"{{ path('frontend_index') }}\" class=\"brand\"><img src=\"{{ asset('build/images/header-logo-white.png') }}\" alt=\"...\"></a>
</div>
<div class=\"col-md-4 col-lg-9 col-xl-9\">
<nav class=\"navbar navbar-expand-lg navbar-light\" id=\"primary-nav\">
<div class=\"navbar-mobile\">
<button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#primary-nav-target\" aria-controls=\"primary-nav-target\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
<i class=\"fas fa-bars\"></i>
</button>
</div>
<div class=\"collapse navbar-collapse\" id=\"primary-nav-target\">
{{ menu_helper.renderMenu('primary', 'primary')|raw }}
</div>
</nav>
</div>
</div>
</div>
</header>
{% block content %}{% endblock %}
<footer id=\"footer-logos\">
<div class=\"container\">
<img src=\"{{ asset('build/images/footer-logos.png') }}\" alt=\"\"/>
</div>
</footer>
<footer id=\"primary-footer\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-md-4\">
<img src=\"{{ asset('build/images/footer-logo.png') }}\" alt=\"\" class=\"brand\">
<p>
We are an independent Cardiff letting agent and property management Our business was established in 2000 to provide quality accommodation for professionals and students alike.
</p>
<div class=\"socials\">
<!--<a href=\"\"><i class=\"fab fa-facebook-f\"></i></a>
<a href=\"\"><i class=\"fab fa-twitter\"></i></a>-->
<a href=\"https://www.instagram.com/interletgroup/\" rel=\"nofollow\"><i class=\"fab fa-instagram\"></i></a>
<!--<a href=\"\"><i class=\"fab fa-linkedin-in\"></i></a>-->
</div>
</div>
<div class=\"col-md-8\">
<div class=\"row\">
<div class=\"col-lg-2\">
<h5>{{ menu_helper.menuTitle('footer_1')|raw }}</h5>
{{ menu_helper.renderMenu('footer_1', 'footer')|raw }}
</div>
<div class=\"col-lg-2\">
<h5>{{ menu_helper.menuTitle('footer_2')|raw }}</h5>
{{ menu_helper.renderMenu('footer_2', 'footer')|raw }}
</div>
<div class=\"col-lg-2\">
<h5>{{ menu_helper.menuTitle('footer_3')|raw }}</h5>
{{ menu_helper.renderMenu('footer_3', 'footer')|raw }}
</div>
<div class=\"col-lg-4\">
<h5>Find Us</h5>
<p>
2 Mundy Place, Cathays, Cardiff, CF24 4BZ
</p>
<p>
<i class=\"fas fa-phone\"></i> <a href=\"tel:02920 40 00 00\">02920 40 00 00</a>
</p>
<p>
<i class=\"fas fa-envelope\"></i> lettings@interletresidential.co.uk
</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<footer id=\"secondary-footer\">
<p>
Interlet Group Ltd © {{ \"now\"|date(\"Y\") }} - Site by <a href=\"https://www.cardiffwebdevelopment.co.uk\" title=\"South Wales website design services\">Cardiff Web Design</a>
</p>
</footer>
{% block scripts %}
{{ encore_entry_script_tags('frontend') }}
{% endblock %}
</body>
</html>", "Frontend/_templates/default.html.twig", "/home/cwd-jm-interlet-group/htdocs/interlet-group.cwd-jm.com/templates/Frontend/_templates/default.html.twig");
}
}