source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'page_title' => [$this, 'block_page_title'],
'metatags' => [$this, 'block_metatags'],
'meta_description' => [$this, 'block_meta_description'],
'meta_keywords' => [$this, 'block_meta_keywords'],
'meta_robots' => [$this, 'block_meta_robots'],
'canonical_tag' => [$this, 'block_canonical_tag'],
'stylesheets' => [$this, 'block_stylesheets'],
'header2' => [$this, 'block_header2'],
'breadcrumb' => [$this, 'block_breadcrumb'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
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", "base.html.twig"));
// line 1
echo "
";
// line 2
if (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.', 2, $this->source); })()), "debug", [], "any", false, false, false, 2)) {
// line 3
echo "";
}
// line 5
echo "
";
// line 11
$this->displayBlock('page_title', $context, $blocks);
// line 13
echo "
";
// line 15
$this->displayBlock('metatags', $context, $blocks);
// line 36
echo "
";
// line 56
$this->displayBlock('canonical_tag', $context, $blocks);
// line 75
echo "
env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/my-custom.css?v1"), "html", null, true);
echo twig_escape_filter($this->env, $this->extensions['AppBundle\Twig\AppExtension']->getFileLastTime("css/my-custom.css"), "html", null, true);
echo "\">
";
// line 79
$this->displayBlock('stylesheets', $context, $blocks);
// line 81
echo "
";
// line 90
echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:header"));
echo "
";
// line 91
$this->displayBlock('header2', $context, $blocks);
// line 113
echo "
";
// line 115
echo "
";
// line 120
$this->displayBlock('breadcrumb', $context, $blocks);
// line 127
echo "
";
// line 132
$this->displayBlock('body', $context, $blocks);
// line 133
echo "
";
// line 157
echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:footer"));
echo "
";
// line 166
$this->loadTemplate("base.html.twig", "base.html.twig", 166, "1394902472")->display(twig_array_merge($context, ["id" => "default"]));
// line 167
echo "
";
// line 168
$this->displayBlock('javascripts', $context, $blocks);
// line 172
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 11
public function block_page_title($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(), "block", "page_title"));
// line 12
echo " ";
echo twig_escape_filter($this->env, (((isset($context["page"]) || array_key_exists("page", $context))) ? (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 12, $this->source); })()), "pagetitle", [], "any", false, false, false, 12)) : ((((isset($context["iq_page_title"]) || array_key_exists("iq_page_title", $context))) ? ((isset($context["iq_page_title"]) || array_key_exists("iq_page_title", $context) ? $context["iq_page_title"] : (function () { throw new RuntimeError('Variable "iq_page_title" does not exist.', 12, $this->source); })())) : ("Kulturreisen vom Reiseveranstalter STERN TOURS aus Berlin")))), "html", null, true);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 15
public function block_metatags($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(), "block", "metatags"));
// line 16
echo "
";
// line 19
$this->displayBlock('meta_description', $context, $blocks);
// line 27
echo " ";
$this->displayBlock('meta_keywords', $context, $blocks);
// line 32
echo " ";
$this->displayBlock('meta_robots', $context, $blocks);
// line 35
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 19
public function block_meta_description($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(), "block", "meta_description"));
// line 20
if (((isset($context["page"]) || array_key_exists("page", $context)) && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 20, $this->source); })()), "description", [], "any", false, false, false, 20)))) {
// line 21
echo " env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 21, $this->source); })()), "description", [], "any", false, false, false, 21), "html", null, true);
echo "\" >";
}
// line 23
if (((isset($context["iq_page_description"]) || array_key_exists("iq_page_description", $context)) && !twig_test_empty((isset($context["iq_page_description"]) || array_key_exists("iq_page_description", $context) ? $context["iq_page_description"] : (function () { throw new RuntimeError('Variable "iq_page_description" does not exist.', 23, $this->source); })())))) {
// line 24
echo " env, (isset($context["iq_page_description"]) || array_key_exists("iq_page_description", $context) ? $context["iq_page_description"] : (function () { throw new RuntimeError('Variable "iq_page_description" does not exist.', 24, $this->source); })()), "html", null, true);
echo "\" >";
}
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 27
public function block_meta_keywords($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(), "block", "meta_keywords"));
// line 28
if (((isset($context["page"]) || array_key_exists("page", $context)) && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 28, $this->source); })()), "keywords", [], "any", false, false, false, 28)))) {
// line 29
echo " env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 29, $this->source); })()), "keywords", [], "any", false, false, false, 29), "html", null, true);
echo "\" >";
}
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 32
public function block_meta_robots($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(), "block", "meta_robots"));
// line 33
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 56
public function block_canonical_tag($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(), "block", "canonical_tag"));
// line 57
echo " ";
if (( !(isset($context["canonical_url"]) || array_key_exists("canonical_url", $context)) && (isset($context["page"]) || array_key_exists("page", $context)))) {
// line 58
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 58, $this->source); })()), "canonicalUrl", [], "any", false, false, false, 58))) {
// line 59
echo " ";
$context["canonical_url"] = ((((is_string($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 59, $this->source); })()), "canonicalUrl", [], "any", false, false, false, 59)) && is_string($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = "/") && ('' === $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 || 0 === strpos($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4, $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144)))) ? ($this->extensions['AppBundle\Twig\AppExtension']->getBaseUrl()) : ("")) . twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 59, $this->source); })()), "canonicalUrl", [], "any", false, false, false, 59));
// line 60
echo " ";
if (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.', 60, $this->source); })()), "debug", [], "any", false, false, false, 60)) {
echo "";
}
// line 61
echo " ";
} else {
// line 62
echo " ";
$context["canonical_url"] = ($this->extensions['AppBundle\Twig\AppExtension']->getBaseUrl() . twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 62, $this->source); })()), "urlPath", [], "any", false, false, false, 62));
// line 63
echo " ";
if (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.', 63, $this->source); })()), "debug", [], "any", false, false, false, 63)) {
echo "";
}
// line 64
echo " ";
}
// line 65
echo " ";
} elseif ((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.', 65, $this->source); })()), "debug", [], "any", false, false, false, 65) && (isset($context["canonical_url"]) || array_key_exists("canonical_url", $context)))) {
// line 66
echo "
";
}
// line 68
echo " ";
if ((isset($context["canonical_url"]) || array_key_exists("canonical_url", $context))) {
// line 69
echo " env, (isset($context["canonical_url"]) || array_key_exists("canonical_url", $context) ? $context["canonical_url"] : (function () { throw new RuntimeError('Variable "canonical_url" does not exist.', 69, $this->source); })()), "html", null, true);
echo "\" />
env, (isset($context["canonical_url"]) || array_key_exists("canonical_url", $context) ? $context["canonical_url"] : (function () { throw new RuntimeError('Variable "canonical_url" does not exist.', 70, $this->source); })()), "html", null, true);
echo "\" />
";
} elseif (twig_get_attribute($this->env, $this->source, // line 71
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 71, $this->source); })()), "debug", [], "any", false, false, false, 71)) {
// line 72
echo "
";
}
// line 74
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 79
public function block_stylesheets($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(), "block", "stylesheets"));
// line 80
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 91
public function block_header2($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(), "block", "header2"));
// line 92
echo " env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/placeholder-image.png"), "html", null, true);
echo ");\">
Spezialist für Kulturreisen
Reiseexperte seit 1998
Beratung für individuelle Reisen
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 120
public function block_breadcrumb($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(), "block", "breadcrumb"));
// line 121
echo " ";
if ((isset($context["page"]) || array_key_exists("page", $context))) {
// line 122
echo " ";
echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:breadcrumb", ["page" => (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 122, $this->source); })())]));
echo "
";
} elseif ( // line 123
(isset($context["breadcrumb_entries"]) || array_key_exists("breadcrumb_entries", $context))) {
// line 124
echo " ";
echo twig_include($this->env, $context, "default/components/breadcrumb.html.twig");
echo "
";
}
// line 126
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 132
public function block_body($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(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 168
public function block_javascripts($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(), "block", "javascripts"));
// line 169
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
public function getTemplateName()
{
return "base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 509 => 169, 502 => 168, 490 => 132, 483 => 126, 477 => 124, 475 => 123, 470 => 122, 467 => 121, 460 => 120, 437 => 99, 426 => 92, 419 => 91, 412 => 80, 405 => 79, 398 => 74, 394 => 72, 392 => 71, 388 => 70, 383 => 69, 380 => 68, 376 => 66, 373 => 65, 370 => 64, 365 => 63, 362 => 62, 359 => 61, 354 => 60, 351 => 59, 348 => 58, 345 => 57, 338 => 56, 330 => 33, 323 => 32, 313 => 29, 311 => 28, 304 => 27, 294 => 24, 292 => 23, 287 => 21, 285 => 20, 278 => 19, 271 => 35, 268 => 32, 265 => 27, 263 => 19, 258 => 16, 251 => 15, 241 => 12, 234 => 11, 225 => 172, 223 => 168, 220 => 167, 218 => 166, 206 => 157, 194 => 147, 191 => 146, 185 => 144, 179 => 142, 176 => 141, 170 => 139, 168 => 138, 163 => 137, 161 => 136, 156 => 133, 154 => 132, 147 => 127, 145 => 120, 138 => 115, 135 => 113, 133 => 91, 129 => 90, 118 => 81, 116 => 79, 111 => 78, 106 => 75, 104 => 56, 82 => 36, 80 => 15, 76 => 13, 74 => 11, 66 => 5, 56 => 3, 54 => 2, 51 => 1,);
}
public function getSourceContext()
{
return new Source("
{% if app.debug -%}
{%- endif %}
{% block page_title %}
{{ page is defined ? page.pagetitle : iq_page_title is defined ? iq_page_title : 'Kulturreisen vom Reiseveranstalter STERN TOURS aus Berlin' }}
{% endblock page_title %}
{% block metatags %}
{% block meta_description -%}
{%- if page is defined and page.description is not empty -%}
{%- endif -%}
{%- if iq_page_description is defined and iq_page_description is not empty -%}
{%- endif -%}
{%- endblock %}
{% block meta_keywords -%}
{%- if page is defined and page.keywords is not empty -%}
{%- endif -%}
{%- endblock %}
{% block meta_robots %}
{% endblock %}
{% endblock %}
{% block canonical_tag %}
{% if canonical_url is not defined and page is defined %}
{% if page.canonicalUrl is not empty %}
{% set canonical_url = (page.canonicalUrl starts with '/' ? get_base_url()) ~ page.canonicalUrl %}
{% if app.debug %}{% endif %}
{% else %}
{% set canonical_url = get_base_url() ~ page.urlPath %}
{% if app.debug %}{% endif %}
{% endif %}
{% elseif app.debug and canonical_url is defined %}
{% endif %}
{% if canonical_url is defined %}
{% elseif app.debug %}
{% endif %}
{% endblock %}
{% block stylesheets %}
{% endblock stylesheets %}
{{ render(controller('AppBundle:Component:header')) }}
{% block header2 %}
Spezialist für Kulturreisen
Reiseexperte seit 1998
Beratung für individuelle Reisen
{% endblock %}
{# #TODO additional section classes if not home #}
{% block breadcrumb %}
{% if page is defined %}
{{ render(controller('AppBundle:Component:breadcrumb', {'page': page})) }}
{% elseif breadcrumb_entries is defined %}
{{ include('default/components/breadcrumb.html.twig') }}
{% endif %}
{% endblock %}
{% block body %}{% endblock %}
{{ render(controller('AppBundle:Component:footer')) }}
{% embed 'default/components/embed/modal.html.twig' with {id: 'default'} %}{% endembed %}
{% block javascripts %}
{% endblock javascripts %}
", "base.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/base.html.twig");
}
}
/* base.html.twig */
class __TwigTemplate_067d81d1db529b07acd59eae232dbd3a2803a82dc66fa2693299e13159688ebc___1394902472 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
];
}
protected function doGetParent(array $context)
{
// line 166
return "default/components/embed/modal.html.twig";
}
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", "base.html.twig"));
$this->parent = $this->loadTemplate("default/components/embed/modal.html.twig", "base.html.twig", 166);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
public function getTemplateName()
{
return "base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 734 => 166, 509 => 169, 502 => 168, 490 => 132, 483 => 126, 477 => 124, 475 => 123, 470 => 122, 467 => 121, 460 => 120, 437 => 99, 426 => 92, 419 => 91, 412 => 80, 405 => 79, 398 => 74, 394 => 72, 392 => 71, 388 => 70, 383 => 69, 380 => 68, 376 => 66, 373 => 65, 370 => 64, 365 => 63, 362 => 62, 359 => 61, 354 => 60, 351 => 59, 348 => 58, 345 => 57, 338 => 56, 330 => 33, 323 => 32, 313 => 29, 311 => 28, 304 => 27, 294 => 24, 292 => 23, 287 => 21, 285 => 20, 278 => 19, 271 => 35, 268 => 32, 265 => 27, 263 => 19, 258 => 16, 251 => 15, 241 => 12, 234 => 11, 225 => 172, 223 => 168, 220 => 167, 218 => 166, 206 => 157, 194 => 147, 191 => 146, 185 => 144, 179 => 142, 176 => 141, 170 => 139, 168 => 138, 163 => 137, 161 => 136, 156 => 133, 154 => 132, 147 => 127, 145 => 120, 138 => 115, 135 => 113, 133 => 91, 129 => 90, 118 => 81, 116 => 79, 111 => 78, 106 => 75, 104 => 56, 82 => 36, 80 => 15, 76 => 13, 74 => 11, 66 => 5, 56 => 3, 54 => 2, 51 => 1,);
}
public function getSourceContext()
{
return new Source("
{% if app.debug -%}
{%- endif %}
{% block page_title %}
{{ page is defined ? page.pagetitle : iq_page_title is defined ? iq_page_title : 'Kulturreisen vom Reiseveranstalter STERN TOURS aus Berlin' }}
{% endblock page_title %}
{% block metatags %}
{% block meta_description -%}
{%- if page is defined and page.description is not empty -%}
{%- endif -%}
{%- if iq_page_description is defined and iq_page_description is not empty -%}
{%- endif -%}
{%- endblock %}
{% block meta_keywords -%}
{%- if page is defined and page.keywords is not empty -%}
{%- endif -%}
{%- endblock %}
{% block meta_robots %}
{% endblock %}
{% endblock %}
{% block canonical_tag %}
{% if canonical_url is not defined and page is defined %}
{% if page.canonicalUrl is not empty %}
{% set canonical_url = (page.canonicalUrl starts with '/' ? get_base_url()) ~ page.canonicalUrl %}
{% if app.debug %}{% endif %}
{% else %}
{% set canonical_url = get_base_url() ~ page.urlPath %}
{% if app.debug %}{% endif %}
{% endif %}
{% elseif app.debug and canonical_url is defined %}
{% endif %}
{% if canonical_url is defined %}
{% elseif app.debug %}
{% endif %}
{% endblock %}
{% block stylesheets %}
{% endblock stylesheets %}
{{ render(controller('AppBundle:Component:header')) }}
{% block header2 %}
Spezialist für Kulturreisen
Reiseexperte seit 1998
Beratung für individuelle Reisen
{% endblock %}
{# #TODO additional section classes if not home #}
{% block breadcrumb %}
{% if page is defined %}
{{ render(controller('AppBundle:Component:breadcrumb', {'page': page})) }}
{% elseif breadcrumb_entries is defined %}
{{ include('default/components/breadcrumb.html.twig') }}
{% endif %}
{% endblock %}
{% block body %}{% endblock %}
{{ render(controller('AppBundle:Component:footer')) }}
{% embed 'default/components/embed/modal.html.twig' with {id: 'default'} %}{% endembed %}
{% block javascripts %}
{% endblock javascripts %}
", "base.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/base.html.twig");
}
}