<?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;
/* base.html.twig */
class __TwigTemplate_8763284c9fab667203c54d1f921cc5de 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 = [
'title' => [$this, 'block_title'],
'seoHeadAdd' => [$this, 'block_seoHeadAdd'],
'body' => [$this, 'block_body'],
];
}
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", "base.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
// line 1
yield "<!DOCTYPE html>
<html lang=\"pl\">
<head>
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<meta name=\"description\" content=\"\">
<title>";
// line 7
yield from $this->unwrap()->yieldBlock('title', $context, $blocks);
yield "</title>
<link href=\"";
// line 8
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.', 8, $this->source); })()), "html", null, true);
yield "css/bootstrap.css\" rel=\"stylesheet\" />
<link href=\"";
// line 9
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.', 9, $this->source); })()), "html", null, true);
yield "css/style.css\" rel=\"stylesheet\" />
<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
<link href=\"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap\" rel=\"stylesheet\">
";
// line 13
yield from $this->unwrap()->yieldBlock('seoHeadAdd', $context, $blocks);
// line 14
yield " </head>
<body>
<button onclick=\"topFunction()\" id=\"toTopBtn\" title=\"Go to top\">
<img src=\"";
// line 17
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.', 17, $this->source); })()), "html", null, true);
yield "img/arrow-up-circle.svg\" alt=\"go to top\" />
</button>
<div class=\"container-fluid\" id=\"mainBannerSection\">
<div class=\"marquee-container overflow-hidden\">
<div class=\"marquee-content d-flex align-items-center\">
<div class=\"marquee-item px-4 py-2 mx-2 \"><span class=\"template-bold-font template-text-white\">Działamy na Śląsku</span></div>
<div class=\"marquee-item px-4 py-2 mx-2 \"><span class=\"template-bold-font template-text-white\">Katowice i okolice zadzwoń teraz</span></div>
<div class=\"marquee-item px-4 py-2 mx-2\"><a href=\"tel:+48793412034\" class=\"template-bold-font p-0 m-0 template-text-white text-decoration-none\">793 412 034</a></div>
<div class=\"marquee-item px-4 py-2 mx-2 \"><span class=\"template-bold-font template-text-white\">Bezpłatna wycena w 24h.</span></div>
</div>
</div>
";
// line 28
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\HelperController::getMenu"));
yield "
<div id=\"mainBannerInsideDiv\" class=\"row px-0 py-5 justify-content-end\">
<div class=\"col col-md-10 col-lg-6 col-xl-4 col-xxl-4 template-text-white ps-5 pt-5 pb-3\">
<div class=\"template-main-h1 template-text-kyiv\">";
// line 31
yield CoreExtension::getAttribute($this->env, $this->source, (isset($context["pageheader"]) || array_key_exists("pageheader", $context) ? $context["pageheader"] : (function () { throw new RuntimeError('Variable "pageheader" does not exist.', 31, $this->source); })()), "banerTitle", [], "any", false, false, false, 31);
yield "</div>
<div class=\"mainBannerShortContent\">";
// line 32
yield CoreExtension::getAttribute($this->env, $this->source, (isset($context["pageheader"]) || array_key_exists("pageheader", $context) ? $context["pageheader"] : (function () { throw new RuntimeError('Variable "pageheader" does not exist.', 32, $this->source); })()), "banerSC", [], "any", false, false, false, 32);
yield "</div>
<button type=\"button\" class=\"btn btn-template btn-lg mt-4\" href=\"";
// line 33
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.', 33, $this->source); })()), "html", null, true);
yield CoreExtension::getAttribute($this->env, $this->source, (isset($context["pageheader"]) || array_key_exists("pageheader", $context) ? $context["pageheader"] : (function () { throw new RuntimeError('Variable "pageheader" does not exist.', 33, $this->source); })()), "banerButtonLink", [], "any", false, false, false, 33);
yield "\">";
yield CoreExtension::getAttribute($this->env, $this->source, (isset($context["pageheader"]) || array_key_exists("pageheader", $context) ? $context["pageheader"] : (function () { throw new RuntimeError('Variable "pageheader" does not exist.', 33, $this->source); })()), "banerButton", [], "any", false, false, false, 33);
yield "</button>
</div>
<div class=\"col-4 p-0 py-4 text-end d-none d-lg-block d-xl-block d-xxl-block\">
<img src=\"";
// line 36
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.', 36, $this->source); })()), "html", null, true);
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["pageheader"] ?? null), "banerPicture", [], "any", false, true, false, 36), "580x590k", [], "array", false, true, false, 36), "publicPath", [], "any", true, true, false, 36)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["pageheader"]) || array_key_exists("pageheader", $context) ? $context["pageheader"] : (function () { throw new RuntimeError('Variable "pageheader" does not exist.', 36, $this->source); })()), "banerPicture", [], "any", false, false, false, 36), "580x590k", [], "array", false, false, false, 36), "publicPath", [], "any", false, false, false, 36), "img/mainBanerPhoto.png")) : ("img/mainBanerPhoto.png")), "html", null, true);
yield "\" class=\"img-fluid\" />
</div>
</div>
</div>
";
// line 40
yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
// line 41
yield " <footer class=\"container-fluid\">
<div class=\"row m-0 p-0\">
<div class=\"col m-0 p-0 text-end\"><img src=\"img/footer_img.png\" alt=\"footer\"></div>
</div>
<div class=\"row template-footerEnd-row\">
<div class=\"col\">
<div class=\"container mt-5\">
<div class=\"row\">
<div class=\"col-3\">
<img src=\"img/logo.svg\" class=\"img-fluid\" alt=\"logo\" />
</div>
<div class=\"col-9\">
<div class=\"row\">
<div class=\"col-12\">
<ul class=\"nav justify-content-end\">
";
// line 56
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable((isset($context["menuBottom"]) || array_key_exists("menuBottom", $context) ? $context["menuBottom"] : (function () { throw new RuntimeError('Variable "menuBottom" does not exist.', 56, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["m"]) {
// line 57
yield " <li class=\"nav-item\">
<a class=\"nav-link template-text-white\" href=\"#";
// line 58
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["m"], "getSlug", [], "any", false, false, false, 58), "html", null, true);
yield "\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["m"], "getName", [], "method", false, false, false, 58), "html", null, true);
yield "</a>
</li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['m'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 61
yield " </ul>
</div>
</div>
<div class=\"row mt-5 justify-content-between template-footerLinks text-end\">
<div class=\"col\"><a href=\"tel:+48793412034\" class=\"template-text-white\">793 412 034 </a></div>
<div class=\"col\"><span id=\"email-user\">biuro</span><span id=\"at-symbol\" style=\"display:none\">@</span><span id=\"email-domain\">drzewoekspert.pl</span></div>
<div class=\"col text-center\">
<a href=\"https://www.facebook.com/share/1AgMZ7REQa/\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-facebook\" viewBox=\"0 0 16 16\"><path d=\"M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951\" style=\"fill: var(--main-white-font-color);\" /></svg></a>
<a href=\"https://www.instagram.com/drzewoekspert_pl?igsh=MXhtajFndHI3M3NxOQ==\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-instagram\" viewBox=\"0 0 16 16\"><path d=\"M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334\" style=\"fill: var(--main-white-font-color);\"/></svg></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
";
// line 78
yield $this->extensions['App\Twig\GdprExtension']->renderGdprBanner();
yield "
<script src=\"";
// line 79
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.', 79, $this->source); })()), "html", null, true);
yield "js/bootstrap.bundle.js\"></script>
<script src=\"";
// line 80
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.', 80, $this->source); })()), "html", null, true);
yield "js/script.js\"></script>
<script src=\"";
// line 81
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.', 81, $this->source); })()), "html", null, true);
yield "js/privacy.js\"></script>
</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
yield from [];
}
// line 7
/**
* @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 "Welcome!";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 13
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_seoHeadAdd(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", "seoHeadAdd"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "seoHeadAdd"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 40
/**
* @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"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "base.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 254 => 40, 232 => 13, 209 => 7, 194 => 81, 190 => 80, 186 => 79, 182 => 78, 163 => 61, 152 => 58, 149 => 57, 145 => 56, 128 => 41, 126 => 40, 118 => 36, 109 => 33, 105 => 32, 101 => 31, 95 => 28, 81 => 17, 76 => 14, 74 => 13, 67 => 9, 63 => 8, 59 => 7, 51 => 1,);
}
public function getSourceContext(): Source
{
return new Source("<!DOCTYPE html>
<html lang=\"pl\">
<head>
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<meta name=\"description\" content=\"\">
<title>{% block title %}Welcome!{% endblock %}</title>
<link href=\"{{ siteURL }}css/bootstrap.css\" rel=\"stylesheet\" />
<link href=\"{{ siteURL }}css/style.css\" rel=\"stylesheet\" />
<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
<link href=\"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap\" rel=\"stylesheet\">
{% block seoHeadAdd %}{% endblock %}
</head>
<body>
<button onclick=\"topFunction()\" id=\"toTopBtn\" title=\"Go to top\">
<img src=\"{{ siteURL }}img/arrow-up-circle.svg\" alt=\"go to top\" />
</button>
<div class=\"container-fluid\" id=\"mainBannerSection\">
<div class=\"marquee-container overflow-hidden\">
<div class=\"marquee-content d-flex align-items-center\">
<div class=\"marquee-item px-4 py-2 mx-2 \"><span class=\"template-bold-font template-text-white\">Działamy na Śląsku</span></div>
<div class=\"marquee-item px-4 py-2 mx-2 \"><span class=\"template-bold-font template-text-white\">Katowice i okolice zadzwoń teraz</span></div>
<div class=\"marquee-item px-4 py-2 mx-2\"><a href=\"tel:+48793412034\" class=\"template-bold-font p-0 m-0 template-text-white text-decoration-none\">793 412 034</a></div>
<div class=\"marquee-item px-4 py-2 mx-2 \"><span class=\"template-bold-font template-text-white\">Bezpłatna wycena w 24h.</span></div>
</div>
</div>
{{ render(controller('App\\\\Controller\\\\HelperController::getMenu')) }}
<div id=\"mainBannerInsideDiv\" class=\"row px-0 py-5 justify-content-end\">
<div class=\"col col-md-10 col-lg-6 col-xl-4 col-xxl-4 template-text-white ps-5 pt-5 pb-3\">
<div class=\"template-main-h1 template-text-kyiv\">{{ pageheader.banerTitle|raw }}</div>
<div class=\"mainBannerShortContent\">{{ pageheader.banerSC|raw }}</div>
<button type=\"button\" class=\"btn btn-template btn-lg mt-4\" href=\"{{ siteURL }}{{ pageheader.banerButtonLink|raw }}\">{{ pageheader.banerButton|raw }}</button>
</div>
<div class=\"col-4 p-0 py-4 text-end d-none d-lg-block d-xl-block d-xxl-block\">
<img src=\"{{ siteURL }}{{ pageheader.banerPicture['580x590k'].publicPath|default('img/mainBanerPhoto.png') }}\" class=\"img-fluid\" />
</div>
</div>
</div>
{% block body %}{% endblock %}
<footer class=\"container-fluid\">
<div class=\"row m-0 p-0\">
<div class=\"col m-0 p-0 text-end\"><img src=\"img/footer_img.png\" alt=\"footer\"></div>
</div>
<div class=\"row template-footerEnd-row\">
<div class=\"col\">
<div class=\"container mt-5\">
<div class=\"row\">
<div class=\"col-3\">
<img src=\"img/logo.svg\" class=\"img-fluid\" alt=\"logo\" />
</div>
<div class=\"col-9\">
<div class=\"row\">
<div class=\"col-12\">
<ul class=\"nav justify-content-end\">
{% for m in menuBottom %}
<li class=\"nav-item\">
<a class=\"nav-link template-text-white\" href=\"#{{ m.getSlug }}\">{{ m.getName() }}</a>
</li>
{% endfor %}
</ul>
</div>
</div>
<div class=\"row mt-5 justify-content-between template-footerLinks text-end\">
<div class=\"col\"><a href=\"tel:+48793412034\" class=\"template-text-white\">793 412 034 </a></div>
<div class=\"col\"><span id=\"email-user\">biuro</span><span id=\"at-symbol\" style=\"display:none\">@</span><span id=\"email-domain\">drzewoekspert.pl</span></div>
<div class=\"col text-center\">
<a href=\"https://www.facebook.com/share/1AgMZ7REQa/\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-facebook\" viewBox=\"0 0 16 16\"><path d=\"M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951\" style=\"fill: var(--main-white-font-color);\" /></svg></a>
<a href=\"https://www.instagram.com/drzewoekspert_pl?igsh=MXhtajFndHI3M3NxOQ==\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-instagram\" viewBox=\"0 0 16 16\"><path d=\"M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334\" style=\"fill: var(--main-white-font-color);\"/></svg></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
{{ render_gdpr_banner() }}
<script src=\"{{ siteURL }}js/bootstrap.bundle.js\"></script>
<script src=\"{{ siteURL }}js/script.js\"></script>
<script src=\"{{ siteURL }}js/privacy.js\"></script>
</body>
</html>
", "base.html.twig", "/var/www/app/templates/base.html.twig");
}
}