<?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;
/* frontend.html.twig */
class __TwigTemplate_1f741a7861690f8bcd83ff79f30ea10debcca1b2f9f0e164f85c908307e851a9 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'title' => [$this, 'block_title'],
'css1' => [$this, 'block_css1'],
'css2' => [$this, 'block_css2'],
'scripts_head' => [$this, 'block_scripts_head'],
'nav' => [$this, 'block_nav'],
'body' => [$this, 'block_body'],
'scripts_bottom' => [$this, 'block_scripts_bottom'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "frontend.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "frontend.html.twig"));
// line 1
echo "<!DOCTYPE html>
<html";
// line 2
if (twig_get_attribute($this->env, $this->source, (isset($context["config"]) || array_key_exists("config", $context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.', 2, $this->source); })()), "lang", [], "any", false, false, false, 2)) {
echo " lang=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["config"]) || array_key_exists("config", $context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.', 2, $this->source); })()), "lang", [], "any", false, false, false, 2), "html", null, true);
echo "\"";
}
echo ">
<head>
<title>";
// line 4
$this->displayBlock('title', $context, $blocks);
echo "</title>
<meta charset=\"UTF-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
<link rel=\"shortcut icon\" type=\"image/png\" href=\"";
// line 8
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((isset($context["favicon"]) || array_key_exists("favicon", $context) ? $context["favicon"] : (function () { throw new RuntimeError('Variable "favicon" does not exist.', 8, $this->source); })()), "favicons"), "html", null, true);
echo "\" >
<link rel=\"icon\" type=\"image/png\"href=\"";
// line 9
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((isset($context["favicon"]) || array_key_exists("favicon", $context) ? $context["favicon"] : (function () { throw new RuntimeError('Variable "favicon" does not exist.', 9, $this->source); })()), "favicons"), "html", null, true);
echo "\">
<link rel=\"canonical\" href=\"";
// line 11
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 11, $this->source); })()), "request", [], "any", false, false, false, 11), "schemeAndHttpHost", [], "any", false, false, false, 11), "html", null, true);
echo "\"/>
<meta property=\"og:site_name\" content=\"";
// line 13
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["config"]) || array_key_exists("config", $context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.', 13, $this->source); })()), "siteTitle", [], "any", false, false, false, 13), "html", null, true);
echo "\"/>
<meta property=\"og:title\" content=\"";
// line 14
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["config"]) || array_key_exists("config", $context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.', 14, $this->source); })()), "siteTitle", [], "any", false, false, false, 14), "html", null, true);
echo "\"/>
<meta property=\"og:url\" content=\"";
// line 15
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 15, $this->source); })()), "request", [], "any", false, false, false, 15), "schemeAndHttpHost", [], "any", false, false, false, 15), "html", null, true);
echo "\"/>
<meta property=\"og:type\" content=\"website\"/>
<meta itemprop=\"name\" content=\"";
// line 17
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["config"]) || array_key_exists("config", $context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.', 17, $this->source); })()), "siteTitle", [], "any", false, false, false, 17), "html", null, true);
echo "\" />
<meta itemprop=\"url\" content=\"";
// line 18
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 18, $this->source); })()), "request", [], "any", false, false, false, 18), "schemeAndHttpHost", [], "any", false, false, false, 18), "html", null, true);
echo "\" />
<meta name=\"twitter:title\" content=\"";
// line 19
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["config"]) || array_key_exists("config", $context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.', 19, $this->source); })()), "siteTitle", [], "any", false, false, false, 19), "html", null, true);
echo "\" />
<meta name=\"twitter:url\" content=\"";
// line 20
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 20, $this->source); })()), "request", [], "any", false, false, false, 20), "schemeAndHttpHost", [], "any", false, false, false, 20), "html", null, true);
echo "\" />
<meta name=\"twitter:card\" content=\"summary\"/>
";
// line 23
if (twig_get_attribute($this->env, $this->source, (isset($context["config"]) || array_key_exists("config", $context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.', 23, $this->source); })()), "siteDescription", [], "any", false, false, false, 23)) {
// line 24
echo " <meta name=\"description\" content=\"";
echo twig_escape_filter($this->env, (isset($context["siteDescription"]) || array_key_exists("siteDescription", $context) ? $context["siteDescription"] : (function () { throw new RuntimeError('Variable "siteDescription" does not exist.', 24, $this->source); })()), "html", null, true);
echo "\" />
";
}
// line 26
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["config"]) || array_key_exists("config", $context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.', 26, $this->source); })()), "keywords", [], "any", false, false, false, 26)) {
// line 27
echo " <meta name=\"keywords\" content=\"";
echo twig_escape_filter($this->env, (isset($context["keywords"]) || array_key_exists("keywords", $context) ? $context["keywords"] : (function () { throw new RuntimeError('Variable "keywords" does not exist.', 27, $this->source); })()), "html", null, true);
echo "\" />
";
}
// line 29
echo "
<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\">
<link href=\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\" rel=\"stylesheet\" />
";
// line 33
$this->displayBlock('css1', $context, $blocks);
// line 34
echo " <link rel=\"stylesheet\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css.css", "css"), "html", null, true);
echo "\" type=\"text/css\" />
";
// line 35
$this->displayBlock('css2', $context, $blocks);
// line 36
echo " ";
$this->displayBlock('scripts_head', $context, $blocks);
// line 37
echo " </head>
<body>
<div class=\"page-wrapper\">
<section class=\"header\">
<div class=\"header-space-bar color-green-bg\"></div>
<nav class=\"nav-bar\">
<div class=\"nav-bar-inner reduced-width\">
<div class=\"logo-wrap\">
<a href=\"/\"><img src=\"";
// line 45
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("less-logo-smakk-green-100.png", "i"), "html", null, true);
echo "\"></a>
</div>
<div class=\"top-nav-links\">
";
// line 48
$this->displayBlock('nav', $context, $blocks);
// line 49
echo " </div>
</div>
</nav>
</section>
";
// line 54
$this->displayBlock('body', $context, $blocks);
// line 55
echo "
<footer class=\"color-green-bg creamy-text-1\">
<div>
<div class=\"copyright\">Copyright © ";
// line 58
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, "now", "Y"), "html", null, true);
echo " LESS& Ltd. All rights reserved</div>
<div class=\"bottom-links\">
<a class=\"creamy-text-1\" href=\"https://www.movetoless.co.uk/terms-and-conditions\">Terms & Conditions</a>
<a class=\"creamy-text-1\" href=\"https://www.movetoless.co.uk/privacy\">Privacy Policy</a>
</div>
</div>
</footer>
</div>
<script src=\"https://code.jquery.com/jquery-3.5.1.min.js\" crossorigin=\"anonymous\"></script>
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/3.3.2/jquery-migrate.min.js\" crossorigin=\"anonymous\"></script>
<script src=\"";
// line 69
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/js/responsive-menu.js"), "html", null, true);
echo "\"></script>
";
// line 75
echo " <script src=\"https://cdn.jsdelivr.net/npm/js-cookie@rc/dist/js.cookie.min.js\"></script>
";
// line 77
echo " <script>
// When document is ready...
\$(document).ready(function() {
// If cookie is set, scroll to the position saved in the cookie.
var scrollValue = Cookies.get('scroll');
if ( scrollValue !== null ) {
\$(document).scrollTop( scrollValue );
Cookies.remove('scroll');
}
\$('form').on('submit', function() {
// Set a cookie that holds the scroll position.
Cookies.set('scroll', \$(document).scrollTop() )
});
// When scrolling happens....
//\$(window).on(\"scroll\", function() {
// // Set a cookie that holds the scroll position.
// Cookies.set('scroll', \$(document).scrollTop() )
//});
});
</script>
";
// line 99
$this->displayBlock('scripts_bottom', $context, $blocks);
// line 100
echo "
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-B5578C0SK2\"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-B5578C0SK2');
</script>
</body>
</html>
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 4
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["config"]) || array_key_exists("config", $context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.', 4, $this->source); })()), "siteTitle", [], "any", false, false, false, 4), "html", null, true);
echo " - ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 4, $this->source); })()), "request", [], "any", false, false, false, 4), "getHost", [], "any", false, false, false, 4), "html", null, true);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 33
public function block_css1($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "css1"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "css1"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 35
public function block_css2($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "css2"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "css2"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 36
public function block_scripts_head($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "scripts_head"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "scripts_head"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 48
public function block_nav($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "nav"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "nav"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 54
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 99
public function block_scripts_bottom($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "scripts_bottom"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "scripts_bottom"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "frontend.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 361 => 99, 343 => 54, 325 => 48, 307 => 36, 289 => 35, 271 => 33, 250 => 4, 229 => 100, 227 => 99, 203 => 77, 200 => 75, 195 => 69, 181 => 58, 176 => 55, 174 => 54, 167 => 49, 165 => 48, 159 => 45, 149 => 37, 146 => 36, 144 => 35, 139 => 34, 137 => 33, 131 => 29, 125 => 27, 122 => 26, 116 => 24, 114 => 23, 108 => 20, 104 => 19, 100 => 18, 96 => 17, 91 => 15, 87 => 14, 83 => 13, 78 => 11, 73 => 9, 69 => 8, 62 => 4, 53 => 2, 50 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html{% if config.lang%} lang=\"{{config.lang}}\"{% endif %}>
<head>
<title>{% block title %}{{config.siteTitle}} - {{app.request.getHost}}{% endblock %}</title>
<meta charset=\"UTF-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
<link rel=\"shortcut icon\" type=\"image/png\" href=\"{{asset(favicon,'favicons')}}\" >
<link rel=\"icon\" type=\"image/png\"href=\"{{asset(favicon,'favicons')}}\">
<link rel=\"canonical\" href=\"{{app.request.schemeAndHttpHost}}\"/>
<meta property=\"og:site_name\" content=\"{{config.siteTitle}}\"/>
<meta property=\"og:title\" content=\"{{config.siteTitle}}\"/>
<meta property=\"og:url\" content=\"{{app.request.schemeAndHttpHost}}\"/>
<meta property=\"og:type\" content=\"website\"/>
<meta itemprop=\"name\" content=\"{{config.siteTitle}}\" />
<meta itemprop=\"url\" content=\"{{app.request.schemeAndHttpHost}}\" />
<meta name=\"twitter:title\" content=\"{{config.siteTitle}}\" />
<meta name=\"twitter:url\" content=\"{{app.request.schemeAndHttpHost}}\" />
<meta name=\"twitter:card\" content=\"summary\"/>
{% if config.siteDescription %}
<meta name=\"description\" content=\"{{siteDescription}}\" />
{% endif %}
{% if config.keywords %}
<meta name=\"keywords\" content=\"{{keywords}}\" />
{% endif %}
<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\">
<link href=\"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap\" rel=\"stylesheet\" />
{% block css1 %}{% endblock %}
<link rel=\"stylesheet\" href=\"{{asset('css.css','css')}}\" type=\"text/css\" />
{% block css2 %}{% endblock %}
{% block scripts_head %}{% endblock %}
</head>
<body>
<div class=\"page-wrapper\">
<section class=\"header\">
<div class=\"header-space-bar color-green-bg\"></div>
<nav class=\"nav-bar\">
<div class=\"nav-bar-inner reduced-width\">
<div class=\"logo-wrap\">
<a href=\"/\"><img src=\"{{ asset('less-logo-smakk-green-100.png','i') }}\"></a>
</div>
<div class=\"top-nav-links\">
{% block nav %}{% endblock %}
</div>
</div>
</nav>
</section>
{% block body %}{% endblock %}
<footer class=\"color-green-bg creamy-text-1\">
<div>
<div class=\"copyright\">Copyright © {{ 'now' | date('Y') }} LESS& Ltd. All rights reserved</div>
<div class=\"bottom-links\">
<a class=\"creamy-text-1\" href=\"https://www.movetoless.co.uk/terms-and-conditions\">Terms & Conditions</a>
<a class=\"creamy-text-1\" href=\"https://www.movetoless.co.uk/privacy\">Privacy Policy</a>
</div>
</div>
</footer>
</div>
<script src=\"https://code.jquery.com/jquery-3.5.1.min.js\" crossorigin=\"anonymous\"></script>
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/3.3.2/jquery-migrate.min.js\" crossorigin=\"anonymous\"></script>
<script src=\"{{ asset('/js/responsive-menu.js') }}\"></script>
{#
https://github.com/carhartl/jquery-cookie
https://github.com/js-cookie/js-cookie
#}
<script src=\"https://cdn.jsdelivr.net/npm/js-cookie@rc/dist/js.cookie.min.js\"></script>
{# https://stackoverflow.com/questions/12744145/how-to-remember-scroll-position-of-page #}
<script>
// When document is ready...
\$(document).ready(function() {
// If cookie is set, scroll to the position saved in the cookie.
var scrollValue = Cookies.get('scroll');
if ( scrollValue !== null ) {
\$(document).scrollTop( scrollValue );
Cookies.remove('scroll');
}
\$('form').on('submit', function() {
// Set a cookie that holds the scroll position.
Cookies.set('scroll', \$(document).scrollTop() )
});
// When scrolling happens....
//\$(window).on(\"scroll\", function() {
// // Set a cookie that holds the scroll position.
// Cookies.set('scroll', \$(document).scrollTop() )
//});
});
</script>
{% block scripts_bottom %}{% endblock %}
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-B5578C0SK2\"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-B5578C0SK2');
</script>
</body>
</html>
", "frontend.html.twig", "/var/www/tlc/templates/frontend.html.twig");
}
}