source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/sidebar/navSidebarWidgetInner.html.twig")); // line 1 if ((isset($context["nav_pages"]) || array_key_exists("nav_pages", $context))) { // line 2 echo "
"; // line 4 echo twig_escape_filter($this->env, (isset($context["slider_title"]) || array_key_exists("slider_title", $context) ? $context["slider_title"] : (function () { throw new RuntimeError('Variable "slider_title" does not exist.', 4, $this->source); })()), "html", null, true); echo "
"; } $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); } public function getTemplateName() { return "default/components/sidebar/navSidebarWidgetInner.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 126 => 32, 119 => 30, 116 => 29, 105 => 25, 99 => 24, 91 => 22, 85 => 21, 83 => 20, 76 => 16, 70 => 15, 64 => 14, 61 => 13, 57 => 12, 46 => 4, 42 => 2, 40 => 1,); } public function getSourceContext() { return new Source("{% if nav_pages is defined %}
{{ slider_title }}
{% endif %}", "default/components/sidebar/navSidebarWidgetInner.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/sidebar/navSidebarWidgetInner.html.twig"); } }