<?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;
/* fe/base.html.twig */
class __TwigTemplate_e8b66d1f02d76cbf833324c29314d872 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'],
'criticalCSS' => [$this, 'block_criticalCSS'],
'stylesheets' => [$this, 'block_stylesheets'],
'metaTag' => [$this, 'block_metaTag'],
'content' => [$this, 'block_content'],
'modals' => [$this, 'block_modals'],
'javascripts' => [$this, 'block_javascripts'],
];
}
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", "fe/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", "fe/base.html.twig"));
// line 1
$_v0 = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) {
// line 2
yield " ";
$context["cr"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 2, $this->source); })()), "request", [], "any", false, false, false, 2), "attributes", [], "any", false, false, false, 2), "get", ["_route"], "method", false, false, false, 2);
// line 3
yield " ";
$context["locale"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 3, $this->source); })()), "request", [], "any", false, false, false, 3), "get", ["_locale"], "method", false, false, false, 3);
// line 4
yield "
<!doctype html>
<html lang=\"";
// line 6
if (((isset($context["locale"]) || array_key_exists("locale", $context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.', 6, $this->source); })()) == "")) {
yield "en";
} else {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 6, $this->source); })()), "request", [], "any", false, false, false, 6), "get", ["_locale"], "method", false, false, false, 6), "html", null, true);
}
yield "\"
dir=\"";
// line 7
yield ((((isset($context["locale"]) || array_key_exists("locale", $context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.', 7, $this->source); })()) == "ar")) ? ("rtl") : ("ltr"));
yield "\">
<head>
<title>
";
// line 10
yield from $this->unwrap()->yieldBlock('title', $context, $blocks);
yield " | ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('App\CMSBundle\Twig\SiteSettingVarsRuntime')->getSiteSetting("website-title"), "html", null, true);
yield "
</title>
";
// line 13
yield from $this->unwrap()->yieldBlock('criticalCSS', $context, $blocks);
// line 14
yield " <style>
";
// line 15
$context["primaryColor"] = $this->env->getRuntime('App\CMSBundle\Twig\SiteSettingVarsRuntime')->getSiteSetting("website-primary-color");
// line 16
yield " ";
$context["headerColor"] = $this->env->getRuntime('App\CMSBundle\Twig\SiteSettingVarsRuntime')->getSiteSetting("website-header-color");
// line 17
yield " ";
$context["headerTextColor"] = $this->env->getRuntime('App\CMSBundle\Twig\SiteSettingVarsRuntime')->getSiteSetting("website-header-text-color");
// line 18
yield " ";
$context["footerColor"] = $this->env->getRuntime('App\CMSBundle\Twig\SiteSettingVarsRuntime')->getSiteSetting("website-footer-color");
// line 19
yield " ";
$context["footerTextColor"] = $this->env->getRuntime('App\CMSBundle\Twig\SiteSettingVarsRuntime')->getSiteSetting("website-footer-text-color");
// line 20
yield " :root {
--primary-color: ";
// line 21
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["primaryColor"]) || array_key_exists("primaryColor", $context) ? $context["primaryColor"] : (function () { throw new RuntimeError('Variable "primaryColor" does not exist.', 21, $this->source); })()), "html", null, true);
yield " !important;
--primary-color-rgb: ";
// line 22
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('PN\ServiceBundle\Twig\VarsRuntime')->convertHex2RGB((isset($context["primaryColor"]) || array_key_exists("primaryColor", $context) ? $context["primaryColor"] : (function () { throw new RuntimeError('Variable "primaryColor" does not exist.', 22, $this->source); })())), "html", null, true);
yield ";
--text-on-primary-color: #ffffff !important;
--header-color: ";
// line 24
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["headerColor"]) || array_key_exists("headerColor", $context) ? $context["headerColor"] : (function () { throw new RuntimeError('Variable "headerColor" does not exist.', 24, $this->source); })()), "html", null, true);
yield ";
--header-text-color: ";
// line 25
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["headerTextColor"]) || array_key_exists("headerTextColor", $context) ? $context["headerTextColor"] : (function () { throw new RuntimeError('Variable "headerTextColor" does not exist.', 25, $this->source); })()), "html", null, true);
yield ";
--footer-color: ";
// line 26
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["footerColor"]) || array_key_exists("footerColor", $context) ? $context["footerColor"] : (function () { throw new RuntimeError('Variable "footerColor" does not exist.', 26, $this->source); })()), "html", null, true);
yield ";
--footer-text-color: ";
// line 27
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["footerTextColor"]) || array_key_exists("footerTextColor", $context) ? $context["footerTextColor"] : (function () { throw new RuntimeError('Variable "footerTextColor" does not exist.', 27, $this->source); })()), "html", null, true);
yield ";
}
.m-header-topbar-logo{
width: 220px !important;
}
.m-header-topbar-delivery{
justify-content: end !important;
}
.m-header-topbar-logo a svg{
max-width: 100%;
}
.m-header{
background-color: var(--header-color) !important;
}
.m-footer{
background-color: var(--footer-color) !important;
}
.m-header-topbar-icon svg path{
fill: var(--header-text-color) !important;
}
.m-header-topbar-delivery-dropdown-button {
color: var(--header-text-color) !important;
}
.m-footer-widget-title,
.m-footer-widget-content,
.m-footer-widget-content a{
color: var(--footer-text-color) !important;
}
.m-footer-widget-content-social-icons svg path{
fill: var(--footer-text-color) !important;
}
</style>
<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\"/>
<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\"/>
<meta property=\"og:site_name\"
content=\"";
// line 63
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('App\CMSBundle\Twig\SiteSettingVarsRuntime')->getSiteSetting("website-title"), "html", null, true);
yield "\"/>
";
// line 64
yield from $this->unwrap()->yieldBlock('stylesheets', $context, $blocks);
// line 65
yield "
";
// line 66
yield from $this->load("fe/_favicon.html.twig", 66)->unwrap()->yield($context);
// line 67
yield " ";
yield from $this->unwrap()->yieldBlock('metaTag', $context, $blocks);
// line 68
yield "
";
// line 70
yield " ";
if (!CoreExtension::inFilter("Google", CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 70, $this->source); })()), "request", [], "any", false, false, false, 70), "headers", [], "any", false, false, false, 70), "get", ["User-Agent"], "method", false, false, false, 70))) {
// line 71
yield " ";
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\CMSBundle\\Controller\\FrontEnd\\SiteSettingController::siteSettingHead"));
yield "
";
}
// line 73
yield " ";
// line 74
yield " </head>
<body>
";
// line 77
if (!CoreExtension::inFilter("Google", CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 77, $this->source); })()), "request", [], "any", false, false, false, 77), "headers", [], "any", false, false, false, 77), "get", ["User-Agent"], "method", false, false, false, 77))) {
// line 78
yield " ";
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\CMSBundle\\Controller\\FrontEnd\\SiteSettingController::siteSettingBody"));
yield "
";
}
// line 80
yield "
";
// line 81
yield from $this->load("fe/_header.html.twig", 81)->unwrap()->yield($context);
// line 82
yield "
<div class=\"m-body\">
<div class=\"l-backdrop ui-backdrop\" data-m-body-backdrop=\"true\"></div>
";
// line 85
yield from $this->unwrap()->yieldBlock('content', $context, $blocks);
// line 86
yield " </div>
";
// line 87
yield from $this->unwrap()->yieldBlock('modals', $context, $blocks);
// line 88
yield "
";
// line 89
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\HomeBundle\\Controller\\HeaderFooterController::footer"));
yield "
";
// line 90
yield from $this->load("fe/_modals.html.twig", 90)->unwrap()->yield($context);
// line 91
yield " <div class=\"l-toasts\" data-toasts=\"true\"></div>
";
// line 93
yield from $this->load("fe/_global_variables.html.twig", 93)->unwrap()->yield($context);
// line 94
yield " ";
yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
// line 96
yield " </body>
</html>
";
yield from [];
})())) ? '' : new Markup($tmp, $this->env->getCharset());
// line 1
yield Twig\Extension\CoreExtension::spaceless($_v0);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
yield from [];
}
// line 10
/**
* @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"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 13
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_criticalCSS(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", "criticalCSS"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "criticalCSS"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 64
/**
* @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 [];
}
// line 67
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_metaTag(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", "metaTag"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metaTag"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 85
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_content(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", "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);
yield from [];
}
// line 87
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_modals(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", "modals"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "modals"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 94
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_javascripts(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", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 95
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "fe/base.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 409 => 95, 396 => 94, 374 => 87, 352 => 85, 330 => 67, 308 => 64, 286 => 13, 264 => 10, 253 => 1, 247 => 96, 244 => 94, 242 => 93, 238 => 91, 236 => 90, 232 => 89, 229 => 88, 227 => 87, 224 => 86, 222 => 85, 217 => 82, 215 => 81, 212 => 80, 206 => 78, 204 => 77, 199 => 74, 197 => 73, 191 => 71, 188 => 70, 185 => 68, 182 => 67, 180 => 66, 177 => 65, 175 => 64, 171 => 63, 132 => 27, 128 => 26, 124 => 25, 120 => 24, 115 => 22, 111 => 21, 108 => 20, 105 => 19, 102 => 18, 99 => 17, 96 => 16, 94 => 15, 91 => 14, 89 => 13, 81 => 10, 75 => 7, 67 => 6, 63 => 4, 60 => 3, 57 => 2, 55 => 1,);
}
public function getSourceContext(): Source
{
return new Source("{% apply spaceless %}
{% set cr = app.request.attributes.get('_route') %}
{% set locale = app.request.get('_locale') %}
<!doctype html>
<html lang=\"{% if locale == '' %}en{% else %}{{ app.request.get('_locale') }}{% endif %}\"
dir=\"{{ locale == \"ar\" ? 'rtl': \"ltr\" }}\">
<head>
<title>
{% block title %}{% endblock %} | {{ getSiteSetting(\"website-title\") }}
</title>
{% block criticalCSS %}{% endblock %}
<style>
{% set primaryColor = getSiteSetting(\"website-primary-color\") %}
{% set headerColor = getSiteSetting(\"website-header-color\") %}
{% set headerTextColor = getSiteSetting(\"website-header-text-color\") %}
{% set footerColor = getSiteSetting(\"website-footer-color\") %}
{% set footerTextColor = getSiteSetting(\"website-footer-text-color\") %}
:root {
--primary-color: {{ primaryColor }} !important;
--primary-color-rgb: {{ convertHexToRgb(primaryColor) }};
--text-on-primary-color: #ffffff !important;
--header-color: {{ headerColor }};
--header-text-color: {{ headerTextColor }};
--footer-color: {{ footerColor }};
--footer-text-color: {{ footerTextColor }};
}
.m-header-topbar-logo{
width: 220px !important;
}
.m-header-topbar-delivery{
justify-content: end !important;
}
.m-header-topbar-logo a svg{
max-width: 100%;
}
.m-header{
background-color: var(--header-color) !important;
}
.m-footer{
background-color: var(--footer-color) !important;
}
.m-header-topbar-icon svg path{
fill: var(--header-text-color) !important;
}
.m-header-topbar-delivery-dropdown-button {
color: var(--header-text-color) !important;
}
.m-footer-widget-title,
.m-footer-widget-content,
.m-footer-widget-content a{
color: var(--footer-text-color) !important;
}
.m-footer-widget-content-social-icons svg path{
fill: var(--footer-text-color) !important;
}
</style>
<meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\"/>
<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\"/>
<meta property=\"og:site_name\"
content=\"{{ getSiteSetting(\"website-title\") }}\"/>
{% block stylesheets %}{% endblock %}
{% include \"fe/_favicon.html.twig\" %}
{% block metaTag %}{% endblock %}
{# SITE SETTINGS #}
{% if 'Google' not in app.request.headers.get('User-Agent') %}
{{ render(controller(\"App\\\\CMSBundle\\\\Controller\\\\FrontEnd\\\\SiteSettingController::siteSettingHead\") ) }}
{% endif %}
{# END SITE SETTINGS #}
</head>
<body>
{% if 'Google' not in app.request.headers.get('User-Agent') %}
{{ render(controller(\"App\\\\CMSBundle\\\\Controller\\\\FrontEnd\\\\SiteSettingController::siteSettingBody\") ) }}
{% endif %}
{% include 'fe/_header.html.twig' %}
<div class=\"m-body\">
<div class=\"l-backdrop ui-backdrop\" data-m-body-backdrop=\"true\"></div>
{% block content %}{% endblock %}
</div>
{% block modals %}{% endblock %}
{{ render(controller('App\\\\HomeBundle\\\\Controller\\\\HeaderFooterController::footer')) }}
{% include 'fe/_modals.html.twig' %}
<div class=\"l-toasts\" data-toasts=\"true\"></div>
{% include 'fe/_global_variables.html.twig' %}
{% block javascripts %}
{% endblock %}
</body>
</html>
{% endapply %}", "fe/base.html.twig", "/var/www/esorus-shop/templates/fe/base.html.twig");
}
}