<?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;
/* theme_learts/base.html.twig */
class __TwigTemplate_69c59a0f5bd3a5060a664d2ea554a0c2c0646b3462f44b23bb1c81e70fe1c6e2 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'headjavascript' => [$this, 'block_headjavascript'],
'maincontent' => [$this, 'block_maincontent'],
'footer' => [$this, 'block_footer'],
'extrajslibs' => [$this, 'block_extrajslibs'],
'bodyjavascript' => [$this, 'block_bodyjavascript'],
];
}
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", "theme_learts/base.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "theme_learts/base.html.twig"));
// line 1
echo "<!DOCTYPE html>
<html class=\"no-js\" lang=\"en\">
<head>
<meta charset=\"utf-8\">
<meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">
<title></title>
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\" />
<!-- Favicon -->
<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"/assets/";
// line 11
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/images/favicon.webp\">
<!-- Vendor CSS (Bootstrap & Icon Font) -->
<link rel=\"stylesheet\" href=\"/assets/theme_";
// line 14
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/css/vendor/bootstrap.min.css\">
<link rel=\"stylesheet\" href=\"/assets/theme_";
// line 15
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/css/vendor/font-awesome-pro.min.css\">
<link rel=\"stylesheet\" href=\"/assets/theme_";
// line 16
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/css/vendor/themify-icons.css\">
<link rel=\"stylesheet\" href=\"/assets/theme_";
// line 17
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/css/vendor/customFonts.css\">
<!-- Plugins CSS (All Plugins Files) -->
<link rel=\"stylesheet\" href=\"/assets/theme_";
// line 20
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/css/plugins/select2.min.css\">
<link rel=\"stylesheet\" href=\"/assets/theme_";
// line 21
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/css/plugins/perfect-scrollbar.css\">
<link rel=\"stylesheet\" href=\"/assets/theme_";
// line 22
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/css/plugins/swiper.min.css\">
<link rel=\"stylesheet\" href=\"/assets/theme_";
// line 23
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/css/plugins/nice-select.css\">
<link rel=\"stylesheet\" href=\"/assets/theme_";
// line 24
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/css/plugins/ion.rangeSlider.min.css\">
<link rel=\"stylesheet\" href=\"/assets/theme_";
// line 25
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/css/plugins/photoswipe.css\">
<link rel=\"stylesheet\" href=\"/assets/theme_";
// line 26
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/css/plugins/photoswipe-default-skin.css\">
<link rel=\"stylesheet\" href=\"/assets/theme_";
// line 27
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/css/plugins/magnific-popup.css\">
<link rel=\"stylesheet\" href=\"/assets/theme_";
// line 28
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/css/plugins/slick.css\">
<!-- Main Style CSS -->
<link rel=\"stylesheet\" href=\"/assets/theme_";
// line 31
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/css/style.min.css\">
<!-- Custom Style CSS -->
<link rel=\"stylesheet\" href=\"/assets/theme_";
// line 34
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/css/custom.css\">
";
// line 36
$this->displayBlock('headjavascript', $context, $blocks);
// line 38
echo "
</head>
<body>
";
// line 43
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\MainController::getLeartsHeader"));
// line 45
echo "
<!-- OffCanvas Wishlist Start -->
<div id=\"offcanvas-wishlist\" class=\"offcanvas offcanvas-wishlist\">
";
// line 49
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\MainController::getLeartsWhishlist"));
// line 51
echo "
</div>
<!-- OffCanvas Wishlist End -->
<!-- OffCanvas Cart Start -->
<div id=\"offcanvas-cart\" class=\"offcanvas offcanvas-cart\">
";
// line 57
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\MainController::getLeartsOffcanvasCart"));
// line 59
echo "
</div>
<!-- OffCanvas Cart End -->
<!-- OffCanvas mobile menu Start -->
<div id=\"offcanvas-mobile-menu\" class=\"offcanvas offcanvas-mobile-menu\">
";
// line 65
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\MainController::getLeartsOffcanvasMobileMenu"));
// line 67
echo "
</div>
<!-- OffCanvas mobile menu End -->
<div class=\"offcanvas-overlay\"></div>
";
// line 73
$this->displayBlock('maincontent', $context, $blocks);
// line 121
echo "
";
// line 122
$this->displayBlock('footer', $context, $blocks);
// line 162
echo "
";
// line 163
if (((0 === twig_compare(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.', 163, $this->source); })()), "environment", [], "any", false, false, false, 163), "dev")) && twig_constant("config_server_debug_on"))) {
// line 164
echo " ";
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\MainController::getLeartsDebugInfo"));
// line 166
echo "
";
}
// line 168
echo "
<!-- Vendors JS -->
<script src=\"/assets/theme_";
// line 170
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/vendor/modernizr-3.6.0.min.js\"></script>
<script src=\"/assets/theme_";
// line 171
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/vendor/jquery-3.4.1.min.js\"></script>
<script src=\"/assets/theme_";
// line 172
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/vendor/jquery-migrate-3.1.0.min.js\"></script>
<script src=\"/assets/theme_";
// line 173
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/vendor/bootstrap.bundle.min.js\"></script>
<!-- Plugins JS -->
<script src=\"/assets/theme_";
// line 176
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/plugins/select2.min.js\"></script>
<script src=\"/assets/theme_";
// line 177
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/plugins/jquery.nice-select.min.js\"></script>
<script src=\"/assets/theme_";
// line 178
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/plugins/perfect-scrollbar.min.js\"></script>
<script src=\"/assets/theme_";
// line 179
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/plugins/swiper.min.js\"></script>
<script src=\"/assets/theme_";
// line 180
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/plugins/slick.min.js\"></script>
<script src=\"/assets/theme_";
// line 181
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/plugins/mo.min.js\"></script>
<script src=\"/assets/theme_";
// line 182
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/plugins/jquery.ajaxchimp.min.js\"></script>
<script src=\"/assets/theme_";
// line 183
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/plugins/jquery.countdown.min.js\"></script>
<script src=\"/assets/theme_";
// line 184
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/plugins/imagesloaded.pkgd.min.js\"></script>
<script src=\"/assets/theme_";
// line 185
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/plugins/isotope.pkgd.min.js\"></script>
<script src=\"/assets/theme_";
// line 186
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/plugins/jquery.matchHeight-min.js\"></script>
<script src=\"/assets/theme_";
// line 187
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/plugins/ion.rangeSlider.min.js\"></script>
<script src=\"/assets/theme_";
// line 188
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/plugins/photoswipe.min.js\"></script>
<script src=\"/assets/theme_";
// line 189
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/plugins/photoswipe-ui-default.min.js\"></script>
<script src=\"/assets/theme_";
// line 190
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/plugins/jquery.zoom.min.js\"></script>
<script src=\"/assets/theme_";
// line 191
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/plugins/ResizeSensor.js\"></script>
<script src=\"/assets/theme_";
// line 192
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/plugins/jquery.sticky-sidebar.min.js\"></script>
<script src=\"/assets/theme_";
// line 193
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/plugins/product360.js\"></script>
<script src=\"/assets/theme_";
// line 194
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/plugins/jquery.magnific-popup.min.js\"></script>
<script src=\"/assets/theme_";
// line 195
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/plugins/jquery.scrollUp.min.js\"></script>
<script src=\"/assets/theme_";
// line 196
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/plugins/scrollax.min.js\"></script>
<script src=\"/assets/theme_";
// line 197
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/plugins/instafeed.min.js\"></script>
<!-- Use the minified version files listed below for better performance and remove the files listed above -->
<!-- <script src=\"/assets/theme_";
// line 200
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/vendor/vendor.min.js\"></script>
<script src=\"/assets/theme_";
// line 201
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/plugins/plugins.min.js\"></script> -->
<!-- Main Activation JS -->
<script src=\"/assets/theme_";
// line 204
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/main.js\"></script>
<!-- Loadingoverlay - https://gasparesganga.com/labs/jquery-loading-overlay/ -->
<script src=\"/assets/theme_";
// line 207
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/loadingoverlay.min.js\"></script>
<script src=\"https://cdn.jsdelivr.net/npm/sweetalert2@11.4.17/dist/sweetalert2.all.min.js\"></script>
";
// line 211
$this->displayBlock('extrajslibs', $context, $blocks);
// line 213
echo "
";
// line 214
$this->displayBlock('bodyjavascript', $context, $blocks);
// line 216
echo "
<script src=\"/assets/theme_";
// line 217
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/js/local.js\"></script>
</body>
</html>";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 36
public function block_headjavascript($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", "headjavascript"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "headjavascript"));
// line 37
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 73
public function block_maincontent($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", "maincontent"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "maincontent"));
// line 74
echo " <!-- Slider main container Start -->
<div class=\"home1-slider swiper-container\">
<div class=\"swiper-wrapper\">
<div class=\"home1-slide-item swiper-slide\" data-swiper-autoplay=\"5000\" data-bg-image=\"";
// line 77
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/theme_learts/images/test/image01.jpg"), "html", null, true);
echo "\"></div>
</div>
</div>
<!-- Slider main container End -->
<!-- Product Section Start -->
<div class=\"section section-fluid section-padding pt-5\">
<div class=\"container\">
<!-- Section Title Start -->
<div class=\"section-title text-center\">
<h3 class=\"sub-title\">Shop now</h3>
<h2 class=\"title title-icon-both\">Shop our best-sellers</h2>
</div>
<!-- Section Title End -->
<!-- Products Start -->
";
// line 94
if (array_key_exists("chilidocs", $context)) {
// line 95
echo " <div class=\"products row row-cols-xl-5 row-cols-lg-4 row-cols-md-3 row-cols-sm-2 row-cols-1\">
";
// line 96
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["chilidocs"]) || array_key_exists("chilidocs", $context) ? $context["chilidocs"] : (function () { throw new RuntimeError('Variable "chilidocs" does not exist.', 96, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["c"]) {
// line 97
echo " <div class=\"col\">
<div class=\"product\">
<div class=\"product-thumb\">
<a href=\"/Produkt/";
// line 100
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["c"], "id", [], "any", false, false, false, 100), "html", null, true);
echo "\" class=\"image\">
<img src=\"";
// line 101
echo twig_escape_filter($this->env, ($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("previewimages/") . twig_get_attribute($this->env, $this->source, $context["c"], "previewimage", [], "any", false, false, false, 101)), "html", null, true);
echo "\" alt=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["c"], "name", [], "any", false, false, false, 101), "html", null, true);
echo "\">
</a>
<a href=\"\" class=\"add-to-wishlist hintT-left\" data-hint=\"Legg til/fjern fra favoritter\" data-id=\"";
// line 103
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["c"], "id", [], "any", false, false, false, 103), "html", null, true);
echo "\">
<i class=\"far fa-heart";
// line 104
if (twig_in_filter(twig_get_attribute($this->env, $this->source, $context["c"], "id", [], "any", false, false, false, 104), (isset($context["favourites"]) || array_key_exists("favourites", $context) ? $context["favourites"] : (function () { throw new RuntimeError('Variable "favourites" does not exist.', 104, $this->source); })()))) {
echo " fas";
}
echo "\"></i>
</a>
</div>
<div class=\"product-info\">
<h6 class=\"title\">";
// line 108
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["c"], "name", [], "any", false, false, false, 108), "html", null, true);
echo "</h6>
</div>
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['c'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 113
echo " </div>
";
}
// line 115
echo " <!-- Products End -->
</div>
</div>
<!-- Product Section End -->
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 122
public function block_footer($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", "footer"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
// line 123
echo " <div class=\"footer1-section section section-padding\">
<div class=\"container\">
<div class=\"row text-center row-cols-1\">
<div class=\"footer1-logo col text-center\">
<img class=\"w-50\" src=\"/assets/theme_";
// line 128
echo twig_escape_filter($this->env, twig_constant("config_theme"), "html", null, true);
echo "/images/logo/vp1.png\" alt=\"Voyage Print Logo\">
</div>
<div class=\"footer1-menu col\">
<ul class=\"widget-menu justify-content-center\">
<li><a href=\"";
// line 133
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("aboutuspage");
echo "\">Om oss</a></li>
<li><a href=\"#\">Informasjon</a></li>
<li><a href=\"";
// line 135
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("termspage");
echo "\">Vilkår</a></li>
</ul>
</div>
<div class=\"footer1-subscribe d-flex flex-column col\">
<!-- mailchimp-alerts Start -->
<div class=\"mailchimp-alerts text-centre\">
<div class=\"mailchimp-submitting\"></div><!-- mailchimp-submitting end -->
<div class=\"mailchimp-success text-success\"></div><!-- mailchimp-success end -->
<div class=\"mailchimp-error text-danger\"></div><!-- mailchimp-error end -->
</div><!-- mailchimp-alerts end -->
</div>
<div class=\"footer1-social col\">
<ul class=\"widget-social justify-content-center\">
<li class=\"hintT-top\" data-hint=\"Twitter\"> <a href=\"https://www.twitter.com/\"><i class=\"fab fa-twitter\"></i></a></li>
<li class=\"hintT-top\" data-hint=\"Facebook\"> <a href=\"https://www.facebook.com/\"><i class=\"fab fa-facebook-f\"></i></a></li>
<li class=\"hintT-top\" data-hint=\"Instagram\"> <a href=\"https://www.instagram.com/\"><i class=\"fab fa-instagram\"></i></a></li>
<li class=\"hintT-top\" data-hint=\"Youtube\"> <a href=\"https://www.youtube.com/\"><i class=\"fab fa-youtube\"></i></a></li>
</ul>
</div>
<div class=\"footer1-copyright col\">
<p class=\"copyright\">© ";
// line 155
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, "now", "Y"), "html", null, true);
echo " Voyage Print. All Rights Reserved | <strong>(+00) 123 567990</strong> | <a href=\"mailto:contact@learts.com\">contact@learts.com</a></p>
</div>
</div>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 211
public function block_extrajslibs($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", "extrajslibs"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "extrajslibs"));
// line 212
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 214
public function block_bodyjavascript($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", "bodyjavascript"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "bodyjavascript"));
// line 215
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "theme_learts/base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 581 => 215, 571 => 214, 561 => 212, 551 => 211, 534 => 155, 511 => 135, 506 => 133, 498 => 128, 491 => 123, 481 => 122, 466 => 115, 462 => 113, 451 => 108, 442 => 104, 438 => 103, 431 => 101, 427 => 100, 422 => 97, 418 => 96, 415 => 95, 413 => 94, 393 => 77, 388 => 74, 378 => 73, 368 => 37, 358 => 36, 344 => 217, 341 => 216, 339 => 214, 336 => 213, 334 => 211, 327 => 207, 321 => 204, 315 => 201, 311 => 200, 305 => 197, 301 => 196, 297 => 195, 293 => 194, 289 => 193, 285 => 192, 281 => 191, 277 => 190, 273 => 189, 269 => 188, 265 => 187, 261 => 186, 257 => 185, 253 => 184, 249 => 183, 245 => 182, 241 => 181, 237 => 180, 233 => 179, 229 => 178, 225 => 177, 221 => 176, 215 => 173, 211 => 172, 207 => 171, 203 => 170, 199 => 168, 195 => 166, 192 => 164, 190 => 163, 187 => 162, 185 => 122, 182 => 121, 180 => 73, 172 => 67, 170 => 65, 162 => 59, 160 => 57, 152 => 51, 150 => 49, 144 => 45, 142 => 43, 135 => 38, 133 => 36, 128 => 34, 122 => 31, 116 => 28, 112 => 27, 108 => 26, 104 => 25, 100 => 24, 96 => 23, 92 => 22, 88 => 21, 84 => 20, 78 => 17, 74 => 16, 70 => 15, 66 => 14, 60 => 11, 48 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html class=\"no-js\" lang=\"en\">
<head>
<meta charset=\"utf-8\">
<meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">
<title></title>
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\" />
<!-- Favicon -->
<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"/assets/{{ constant('config_theme') }}/images/favicon.webp\">
<!-- Vendor CSS (Bootstrap & Icon Font) -->
<link rel=\"stylesheet\" href=\"/assets/theme_{{ constant('config_theme') }}/css/vendor/bootstrap.min.css\">
<link rel=\"stylesheet\" href=\"/assets/theme_{{ constant('config_theme') }}/css/vendor/font-awesome-pro.min.css\">
<link rel=\"stylesheet\" href=\"/assets/theme_{{ constant('config_theme') }}/css/vendor/themify-icons.css\">
<link rel=\"stylesheet\" href=\"/assets/theme_{{ constant('config_theme') }}/css/vendor/customFonts.css\">
<!-- Plugins CSS (All Plugins Files) -->
<link rel=\"stylesheet\" href=\"/assets/theme_{{ constant('config_theme') }}/css/plugins/select2.min.css\">
<link rel=\"stylesheet\" href=\"/assets/theme_{{ constant('config_theme') }}/css/plugins/perfect-scrollbar.css\">
<link rel=\"stylesheet\" href=\"/assets/theme_{{ constant('config_theme') }}/css/plugins/swiper.min.css\">
<link rel=\"stylesheet\" href=\"/assets/theme_{{ constant('config_theme') }}/css/plugins/nice-select.css\">
<link rel=\"stylesheet\" href=\"/assets/theme_{{ constant('config_theme') }}/css/plugins/ion.rangeSlider.min.css\">
<link rel=\"stylesheet\" href=\"/assets/theme_{{ constant('config_theme') }}/css/plugins/photoswipe.css\">
<link rel=\"stylesheet\" href=\"/assets/theme_{{ constant('config_theme') }}/css/plugins/photoswipe-default-skin.css\">
<link rel=\"stylesheet\" href=\"/assets/theme_{{ constant('config_theme') }}/css/plugins/magnific-popup.css\">
<link rel=\"stylesheet\" href=\"/assets/theme_{{ constant('config_theme') }}/css/plugins/slick.css\">
<!-- Main Style CSS -->
<link rel=\"stylesheet\" href=\"/assets/theme_{{ constant('config_theme') }}/css/style.min.css\">
<!-- Custom Style CSS -->
<link rel=\"stylesheet\" href=\"/assets/theme_{{ constant('config_theme') }}/css/custom.css\">
{% block headjavascript %}
{% endblock %}
</head>
<body>
{{ render(controller(
'App\\\\Controller\\\\MainController::getLeartsHeader'
)) }}
<!-- OffCanvas Wishlist Start -->
<div id=\"offcanvas-wishlist\" class=\"offcanvas offcanvas-wishlist\">
{{ render(controller(
'App\\\\Controller\\\\MainController::getLeartsWhishlist'
)) }}
</div>
<!-- OffCanvas Wishlist End -->
<!-- OffCanvas Cart Start -->
<div id=\"offcanvas-cart\" class=\"offcanvas offcanvas-cart\">
{{ render(controller(
'App\\\\Controller\\\\MainController::getLeartsOffcanvasCart'
)) }}
</div>
<!-- OffCanvas Cart End -->
<!-- OffCanvas mobile menu Start -->
<div id=\"offcanvas-mobile-menu\" class=\"offcanvas offcanvas-mobile-menu\">
{{ render(controller(
'App\\\\Controller\\\\MainController::getLeartsOffcanvasMobileMenu'
)) }}
</div>
<!-- OffCanvas mobile menu End -->
<div class=\"offcanvas-overlay\"></div>
{% block maincontent %}
<!-- Slider main container Start -->
<div class=\"home1-slider swiper-container\">
<div class=\"swiper-wrapper\">
<div class=\"home1-slide-item swiper-slide\" data-swiper-autoplay=\"5000\" data-bg-image=\"{{ asset('assets/theme_learts/images/test/image01.jpg') }}\"></div>
</div>
</div>
<!-- Slider main container End -->
<!-- Product Section Start -->
<div class=\"section section-fluid section-padding pt-5\">
<div class=\"container\">
<!-- Section Title Start -->
<div class=\"section-title text-center\">
<h3 class=\"sub-title\">Shop now</h3>
<h2 class=\"title title-icon-both\">Shop our best-sellers</h2>
</div>
<!-- Section Title End -->
<!-- Products Start -->
{% if (chilidocs is defined) %}
<div class=\"products row row-cols-xl-5 row-cols-lg-4 row-cols-md-3 row-cols-sm-2 row-cols-1\">
{% for c in chilidocs %}
<div class=\"col\">
<div class=\"product\">
<div class=\"product-thumb\">
<a href=\"/Produkt/{{ c.id }}\" class=\"image\">
<img src=\"{{ asset('previewimages/') ~ c.previewimage }}\" alt=\"{{ c.name }}\">
</a>
<a href=\"\" class=\"add-to-wishlist hintT-left\" data-hint=\"Legg til/fjern fra favoritter\" data-id=\"{{ c.id }}\">
<i class=\"far fa-heart{% if (c.id in favourites) %} fas{% endif %}\"></i>
</a>
</div>
<div class=\"product-info\">
<h6 class=\"title\">{{ c.name }}</h6>
</div>
</div>
</div>
{% endfor %}
</div>
{% endif %}
<!-- Products End -->
</div>
</div>
<!-- Product Section End -->
{% endblock %}
{% block footer %}
<div class=\"footer1-section section section-padding\">
<div class=\"container\">
<div class=\"row text-center row-cols-1\">
<div class=\"footer1-logo col text-center\">
<img class=\"w-50\" src=\"/assets/theme_{{ constant('config_theme') }}/images/logo/vp1.png\" alt=\"Voyage Print Logo\">
</div>
<div class=\"footer1-menu col\">
<ul class=\"widget-menu justify-content-center\">
<li><a href=\"{{ path('aboutuspage') }}\">Om oss</a></li>
<li><a href=\"#\">Informasjon</a></li>
<li><a href=\"{{ path('termspage') }}\">Vilkår</a></li>
</ul>
</div>
<div class=\"footer1-subscribe d-flex flex-column col\">
<!-- mailchimp-alerts Start -->
<div class=\"mailchimp-alerts text-centre\">
<div class=\"mailchimp-submitting\"></div><!-- mailchimp-submitting end -->
<div class=\"mailchimp-success text-success\"></div><!-- mailchimp-success end -->
<div class=\"mailchimp-error text-danger\"></div><!-- mailchimp-error end -->
</div><!-- mailchimp-alerts end -->
</div>
<div class=\"footer1-social col\">
<ul class=\"widget-social justify-content-center\">
<li class=\"hintT-top\" data-hint=\"Twitter\"> <a href=\"https://www.twitter.com/\"><i class=\"fab fa-twitter\"></i></a></li>
<li class=\"hintT-top\" data-hint=\"Facebook\"> <a href=\"https://www.facebook.com/\"><i class=\"fab fa-facebook-f\"></i></a></li>
<li class=\"hintT-top\" data-hint=\"Instagram\"> <a href=\"https://www.instagram.com/\"><i class=\"fab fa-instagram\"></i></a></li>
<li class=\"hintT-top\" data-hint=\"Youtube\"> <a href=\"https://www.youtube.com/\"><i class=\"fab fa-youtube\"></i></a></li>
</ul>
</div>
<div class=\"footer1-copyright col\">
<p class=\"copyright\">© {{ 'now' | date('Y') }} Voyage Print. All Rights Reserved | <strong>(+00) 123 567990</strong> | <a href=\"mailto:contact@learts.com\">contact@learts.com</a></p>
</div>
</div>
</div>
</div>
{% endblock %}
{% if ((app.environment == 'dev') and (constant('config_server_debug_on'))) %}
{{ render(controller(
'App\\\\Controller\\\\MainController::getLeartsDebugInfo'
)) }}
{% endif %}
<!-- Vendors JS -->
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/vendor/modernizr-3.6.0.min.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/vendor/jquery-3.4.1.min.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/vendor/jquery-migrate-3.1.0.min.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/vendor/bootstrap.bundle.min.js\"></script>
<!-- Plugins JS -->
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/plugins/select2.min.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/plugins/jquery.nice-select.min.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/plugins/perfect-scrollbar.min.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/plugins/swiper.min.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/plugins/slick.min.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/plugins/mo.min.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/plugins/jquery.ajaxchimp.min.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/plugins/jquery.countdown.min.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/plugins/imagesloaded.pkgd.min.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/plugins/isotope.pkgd.min.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/plugins/jquery.matchHeight-min.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/plugins/ion.rangeSlider.min.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/plugins/photoswipe.min.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/plugins/photoswipe-ui-default.min.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/plugins/jquery.zoom.min.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/plugins/ResizeSensor.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/plugins/jquery.sticky-sidebar.min.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/plugins/product360.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/plugins/jquery.magnific-popup.min.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/plugins/jquery.scrollUp.min.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/plugins/scrollax.min.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/plugins/instafeed.min.js\"></script>
<!-- Use the minified version files listed below for better performance and remove the files listed above -->
<!-- <script src=\"/assets/theme_{{ constant('config_theme') }}/js/vendor/vendor.min.js\"></script>
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/plugins/plugins.min.js\"></script> -->
<!-- Main Activation JS -->
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/main.js\"></script>
<!-- Loadingoverlay - https://gasparesganga.com/labs/jquery-loading-overlay/ -->
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/loadingoverlay.min.js\"></script>
<script src=\"https://cdn.jsdelivr.net/npm/sweetalert2@11.4.17/dist/sweetalert2.all.min.js\"></script>
{% block extrajslibs %}
{% endblock %}
{% block bodyjavascript %}
{% endblock %}
<script src=\"/assets/theme_{{ constant('config_theme') }}/js/local.js\"></script>
</body>
</html>", "theme_learts/base.html.twig", "/var/www/html/webtoprint/SymfonyTemplate/templates/theme_learts/base.html.twig");
}
}