sterntours/var/cache/dev/twig/18/1897d4fcccf398582e4740a8fbf6e220159a99ae01becaf17a91de0ad0131fdb.php
2020-09-15 18:06:39 +02:00

942 lines
56 KiB
PHP

<?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;
/* base.html.twig */
class __TwigTemplate_067d81d1db529b07acd59eae232dbd3a2803a82dc66fa2693299e13159688ebc extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->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 "<!doctype html>
";
// 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 "<!-- ";
if ((isset($context["page"]) || array_key_exists("page", $context))) {
echo "page-Eintrag mit ID ";
echo twig_escape_filter($this->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.', 3, $this->source); })()), "id", [], "any", false, false, false, 3), "html", null, true);
} else {
echo "Für diese Seite existiert kein page-Eintrag, sondern ein Twig-Seitetemplate in app/Resources/views/default/pages";
}
echo " -->";
}
// line 5
echo "
<!--[if lt IE 7 ]><html class=\"ie ie6\" lang=\"de\"> <![endif]-->
<!--[if IE 7 ]><html class=\"ie ie7\" lang=\"de\"> <![endif]-->
<!--[if IE 8 ]><html class=\"ie ie8\" lang=\"de\"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang=\"de\"><!--<![endif]-->
<head>
<title>";
// line 11
$this->displayBlock('page_title', $context, $blocks);
// line 13
echo "</title>
";
// line 15
$this->displayBlock('metatags', $context, $blocks);
// line 36
echo "
<link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"/apple-icon-57x57.png\">
<link rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"/apple-icon-60x60.png\">
<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/apple-icon-72x72.png\">
<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"/apple-icon-76x76.png\">
<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/apple-icon-114x114.png\">
<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"/apple-icon-120x120.png\">
<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"/apple-icon-144x144.png\">
<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"/apple-icon-152x152.png\">
<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-icon-180x180.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"192x192\" href=\"/android-icon-192x192.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"96x96\" href=\"/favicon-96x96.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">
<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#5bbad5\">
<link rel=\"manifest\" href=\"/manifest.json\">
<meta name=\"msapplication-TileColor\" content=\"#ffffff\">
<meta name=\"msapplication-TileImage\" content=\"/ms-icon-144x144.png\">
<meta name=\"theme-color\" content=\"#ffffff\">
";
// line 56
$this->displayBlock('canonical_tag', $context, $blocks);
// line 75
echo "
<link rel=\"stylesheet\" href=\"";
// line 78
echo twig_escape_filter($this->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 " <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src=\"https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js\" async></script>
<script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\" async></script>
<![endif]-->
</head>
<body class=\"no-js\">
<div id=\"wrapper\">
";
// 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 " <section class=\"section clearfix\">
<div class=\"container-fluid\">
<div class=\"row\">
<div id=\"fullwidth\" class=\"col-sm-12\">
";
// line 120
$this->displayBlock('breadcrumb', $context, $blocks);
// line 127
echo " <!-- START CONTENT -->
<div class=\"row\" id=\"order_row\">
<div id=\"show_sterntours_video_full\" class=\"col-md-12\" style=\"display: none;\">
</div>
<div id=\"content\" class=\"col-xs-12 col-sm-12 col-md-9 col-md-push-3 order_sec\">
";
// line 132
$this->displayBlock('body', $context, $blocks);
// line 133
echo " </div>
<div id=\"sidebar\" class=\"col-xs-12 col-sm-12 col-md-3 col-md-pull-9 order_first\">
";
// line 136
if (((isset($context["site_loading"]) || array_key_exists("site_loading", $context)) && (isset($context["page"]) || array_key_exists("page", $context)))) {
// line 137
echo " ";
echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:makeSidebarWidget", ["site_loading" => (isset($context["site_loading"]) || array_key_exists("site_loading", $context) ? $context["site_loading"] : (function () { throw new RuntimeError('Variable "site_loading" does not exist.', 137, $this->source); })()), "page" => (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 137, $this->source); })())]));
echo "
";
} elseif (( // line 138
(isset($context["site_loading"]) || array_key_exists("site_loading", $context)) && (isset($context["api"]) || array_key_exists("api", $context)))) {
// line 139
echo " ";
echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:makeSidebarWidget", ["site_loading" => (isset($context["site_loading"]) || array_key_exists("site_loading", $context) ? $context["site_loading"] : (function () { throw new RuntimeError('Variable "site_loading" does not exist.', 139, $this->source); })()), "page" => null, "api" => (isset($context["api"]) || array_key_exists("api", $context) ? $context["api"] : (function () { throw new RuntimeError('Variable "api" does not exist.', 139, $this->source); })())]));
echo "
";
} else {
// line 141
echo " ";
if (((isset($context["site_loading"]) || array_key_exists("site_loading", $context)) && (isset($context["search_form"]) || array_key_exists("search_form", $context)))) {
// line 142
echo " ";
echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:makeSidebarWidget", ["site_loading" => (isset($context["site_loading"]) || array_key_exists("site_loading", $context) ? $context["site_loading"] : (function () { throw new RuntimeError('Variable "site_loading" does not exist.', 142, $this->source); })()), "page" => null, "api" => null, "search_form" => (isset($context["search_form"]) || array_key_exists("search_form", $context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.', 142, $this->source); })())]));
echo "
";
} else {
// line 144
echo " ";
echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:makeSidebarWidget", ["site_loading" => "default"]));
echo "
";
}
// line 146
echo " ";
}
// line 147
echo " </div>
</div><!-- end row -->
<!-- END CONTENT -->
</div><!-- end fullwidth -->
</div><!-- end row -->
</div><!-- end container -->
</section><!-- end section -->
";
// line 157
echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:footer"));
echo "
<a class=\"js-go-to u-go-to-v1 animated\" href=\"#!\" data-type=\"fixed\" data-offset-top=\"400\" data-show-effect=\"zoomIn\" data-hide-effect=\"zoomOut\" data-position='{\"bottom\": 15, \"right\": 15 }'>
<i class=\"icon-up-open-big\"></i>
</a>
</div><!-- end wrapper -->
<!-- default modal -->
";
// 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 "</body>
</html>
";
$__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 " <meta charset=\"utf-8\">
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0\">
";
// 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 "<meta name=\"description\" content=\"";
echo twig_escape_filter($this->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 "<meta name=\"description\" content=\"";
echo twig_escape_filter($this->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 "<meta name=\"keywords\" content=\"";
echo twig_escape_filter($this->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 " <meta name=\"robots\" content=\"follow,index\" />
";
$__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 "<!-- Die canonical URL wurde über das Feld \"canonical_url\" des page-Eintrags ermittelt -->";
}
// 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 "<!-- Die canonical URL wurde über den URL-Pfad des page-Eintrags berechnet, also entweder über das Feld \"real_url_path\" oder den \"slug\"-Werten der Seitenhierarchie -->";
}
// 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 " <!-- Die canonical_url wurde im Controller festgelegt -->
";
}
// line 68
echo " ";
if ((isset($context["canonical_url"]) || array_key_exists("canonical_url", $context))) {
// line 69
echo " <link rel=\"canonical\" href=\"";
echo twig_escape_filter($this->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 "\" />
<link rel=\"alternate\" hreflang=\"de-de\" href=\"";
// line 70
echo twig_escape_filter($this->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 " <!-- Die canonical_url konnte nicht automatisch ermittelt werden und muss daher entweder durch den Controller festgelegt werden, oder der Block \"canonical_tag\" im Seiten-Template überschrieben werden -->
";
}
// 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 " <section class=\"section fullscreen background lozad\" data-background-image=\"/bundles/app/images/travel/header-top-image3.jpg\" style=\"background-image:url(";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/placeholder-image.png"), "html", null, true);
echo ");\">
<div class=\"container-fluid\">
<div class=\"row\">
<div class=\"col-md-12 col-xs-12\">
<div class=\"home-message text-center small\">
<div class=\"home-info-box\">
<div id=\"eKomiSeal_default\" class=\"eKomi-header\" style=\"padding-top: 5px;padding-left: 2px;\">
<img class=\"lozad\" border=\"0\" src=\"";
// line 99
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/dummy.png"), "html", null, true);
echo "\" data-src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/logo-qualitaet-22.png"), "html", null, true);
echo "\" alt=\"Top Kundenservice\" height=\"78\">
</div>
<ul class=\"c4\">
<li>Spezialist für Kulturreisen </li>
<li>Reiseexperte seit 1998</li>
<li>Beratung für individuelle Reisen</li>
</ul>
</div>
</div><!-- end homemessage -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</section><!-- end section -->
";
$__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 " <script rel=\"preload\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/custom-min.js?v"), "html", null, true);
echo twig_escape_filter($this->env, $this->extensions['AppBundle\Twig\AppExtension']->getFileLastTime("js/custom-min.js"), "html", null, true);
echo "\"></script>
";
$__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("<!doctype html>
{% if app.debug -%}
<!-- {% if page is defined %}page-Eintrag mit ID {{ page.id }}{% else %}Für diese Seite existiert kein page-Eintrag, sondern ein Twig-Seitetemplate in app/Resources/views/default/pages{% endif %} -->
{%- endif %}
<!--[if lt IE 7 ]><html class=\"ie ie6\" lang=\"de\"> <![endif]-->
<!--[if IE 7 ]><html class=\"ie ie7\" lang=\"de\"> <![endif]-->
<!--[if IE 8 ]><html class=\"ie ie8\" lang=\"de\"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang=\"de\"><!--<![endif]-->
<head>
<title>{% 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 %}</title>
{% block metatags %}
<meta charset=\"utf-8\">
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0\">
{% block meta_description -%}
{%- if page is defined and page.description is not empty -%}
<meta name=\"description\" content=\"{{ page.description }}\" >
{%- endif -%}
{%- if iq_page_description is defined and iq_page_description is not empty -%}
<meta name=\"description\" content=\"{{ iq_page_description }}\" >
{%- endif -%}
{%- endblock %}
{% block meta_keywords -%}
{%- if page is defined and page.keywords is not empty -%}
<meta name=\"keywords\" content=\"{{ page.keywords }}\" >
{%- endif -%}
{%- endblock %}
{% block meta_robots %}
<meta name=\"robots\" content=\"follow,index\" />
{% endblock %}
{% endblock %}
<link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"/apple-icon-57x57.png\">
<link rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"/apple-icon-60x60.png\">
<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/apple-icon-72x72.png\">
<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"/apple-icon-76x76.png\">
<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/apple-icon-114x114.png\">
<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"/apple-icon-120x120.png\">
<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"/apple-icon-144x144.png\">
<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"/apple-icon-152x152.png\">
<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-icon-180x180.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"192x192\" href=\"/android-icon-192x192.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"96x96\" href=\"/favicon-96x96.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">
<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#5bbad5\">
<link rel=\"manifest\" href=\"/manifest.json\">
<meta name=\"msapplication-TileColor\" content=\"#ffffff\">
<meta name=\"msapplication-TileImage\" content=\"/ms-icon-144x144.png\">
<meta name=\"theme-color\" content=\"#ffffff\">
{% 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 %}<!-- Die canonical URL wurde über das Feld \"canonical_url\" des page-Eintrags ermittelt -->{% endif %}
{% else %}
{% set canonical_url = get_base_url() ~ page.urlPath %}
{% if app.debug %}<!-- Die canonical URL wurde über den URL-Pfad des page-Eintrags berechnet, also entweder über das Feld \"real_url_path\" oder den \"slug\"-Werten der Seitenhierarchie -->{% endif %}
{% endif %}
{% elseif app.debug and canonical_url is defined %}
<!-- Die canonical_url wurde im Controller festgelegt -->
{% endif %}
{% if canonical_url is defined %}
<link rel=\"canonical\" href=\"{{ canonical_url }}\" />
<link rel=\"alternate\" hreflang=\"de-de\" href=\"{{ canonical_url }}\" />
{% elseif app.debug %}
<!-- Die canonical_url konnte nicht automatisch ermittelt werden und muss daher entweder durch den Controller festgelegt werden, oder der Block \"canonical_tag\" im Seiten-Template überschrieben werden -->
{% endif %}
{% endblock %}
<link rel=\"stylesheet\" href=\"{{ asset('css/my-custom.css?v1') }}{{ get_file_last_time('css/my-custom.css') }}\">
{% block stylesheets %}
{% endblock stylesheets %}
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src=\"https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js\" async></script>
<script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\" async></script>
<![endif]-->
</head>
<body class=\"no-js\">
<div id=\"wrapper\">
{{ render(controller('AppBundle:Component:header')) }}
{% block header2 %}
<section class=\"section fullscreen background lozad\" data-background-image=\"/bundles/app/images/travel/header-top-image3.jpg\" style=\"background-image:url({{ asset('images/placeholder-image.png') }});\">
<div class=\"container-fluid\">
<div class=\"row\">
<div class=\"col-md-12 col-xs-12\">
<div class=\"home-message text-center small\">
<div class=\"home-info-box\">
<div id=\"eKomiSeal_default\" class=\"eKomi-header\" style=\"padding-top: 5px;padding-left: 2px;\">
<img class=\"lozad\" border=\"0\" src=\"{{ asset('images/dummy.png') }}\" data-src=\"{{ asset('images/logo-qualitaet-22.png') }}\" alt=\"Top Kundenservice\" height=\"78\">
</div>
<ul class=\"c4\">
<li>Spezialist für Kulturreisen </li>
<li>Reiseexperte seit 1998</li>
<li>Beratung für individuelle Reisen</li>
</ul>
</div>
</div><!-- end homemessage -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</section><!-- end section -->
{% endblock %}
{# #TODO additional section classes if not home #}
<section class=\"section clearfix\">
<div class=\"container-fluid\">
<div class=\"row\">
<div id=\"fullwidth\" class=\"col-sm-12\">
{% 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 %}
<!-- START CONTENT -->
<div class=\"row\" id=\"order_row\">
<div id=\"show_sterntours_video_full\" class=\"col-md-12\" style=\"display: none;\">
</div>
<div id=\"content\" class=\"col-xs-12 col-sm-12 col-md-9 col-md-push-3 order_sec\">
{% block body %}{% endblock %}
</div>
<div id=\"sidebar\" class=\"col-xs-12 col-sm-12 col-md-3 col-md-pull-9 order_first\">
{% if site_loading is defined and page is defined %}
{{ render(controller('AppBundle:Component:makeSidebarWidget', {'site_loading': site_loading, 'page': page})) }}
{% elseif site_loading is defined and api is defined %}
{{ render(controller('AppBundle:Component:makeSidebarWidget', {'site_loading': site_loading, 'page': null, 'api': api})) }}
{% else %}
{% if site_loading is defined and search_form is defined %}
{{ render(controller('AppBundle:Component:makeSidebarWidget', {'site_loading': site_loading, 'page': null, 'api': null, 'search_form': search_form})) }}
{% else %}
{{ render(controller('AppBundle:Component:makeSidebarWidget', {'site_loading': 'default'})) }}
{% endif %}
{% endif %}
</div>
</div><!-- end row -->
<!-- END CONTENT -->
</div><!-- end fullwidth -->
</div><!-- end row -->
</div><!-- end container -->
</section><!-- end section -->
{{ render(controller('AppBundle:Component:footer')) }}
<a class=\"js-go-to u-go-to-v1 animated\" href=\"#!\" data-type=\"fixed\" data-offset-top=\"400\" data-show-effect=\"zoomIn\" data-hide-effect=\"zoomOut\" data-position='{\"bottom\": 15, \"right\": 15 }'>
<i class=\"icon-up-open-big\"></i>
</a>
</div><!-- end wrapper -->
<!-- default modal -->
{% embed 'default/components/embed/modal.html.twig' with {id: 'default'} %}{% endembed %}
{% block javascripts %}
<script rel=\"preload\" src=\"{{ asset('js/custom-min.js?v') }}{{ get_file_last_time('js/custom-min.js') }}\"></script>
{% endblock javascripts %}
</body>
</html>
", "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("<!doctype html>
{% if app.debug -%}
<!-- {% if page is defined %}page-Eintrag mit ID {{ page.id }}{% else %}Für diese Seite existiert kein page-Eintrag, sondern ein Twig-Seitetemplate in app/Resources/views/default/pages{% endif %} -->
{%- endif %}
<!--[if lt IE 7 ]><html class=\"ie ie6\" lang=\"de\"> <![endif]-->
<!--[if IE 7 ]><html class=\"ie ie7\" lang=\"de\"> <![endif]-->
<!--[if IE 8 ]><html class=\"ie ie8\" lang=\"de\"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang=\"de\"><!--<![endif]-->
<head>
<title>{% 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 %}</title>
{% block metatags %}
<meta charset=\"utf-8\">
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0\">
{% block meta_description -%}
{%- if page is defined and page.description is not empty -%}
<meta name=\"description\" content=\"{{ page.description }}\" >
{%- endif -%}
{%- if iq_page_description is defined and iq_page_description is not empty -%}
<meta name=\"description\" content=\"{{ iq_page_description }}\" >
{%- endif -%}
{%- endblock %}
{% block meta_keywords -%}
{%- if page is defined and page.keywords is not empty -%}
<meta name=\"keywords\" content=\"{{ page.keywords }}\" >
{%- endif -%}
{%- endblock %}
{% block meta_robots %}
<meta name=\"robots\" content=\"follow,index\" />
{% endblock %}
{% endblock %}
<link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"/apple-icon-57x57.png\">
<link rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"/apple-icon-60x60.png\">
<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/apple-icon-72x72.png\">
<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"/apple-icon-76x76.png\">
<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/apple-icon-114x114.png\">
<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"/apple-icon-120x120.png\">
<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"/apple-icon-144x144.png\">
<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"/apple-icon-152x152.png\">
<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-icon-180x180.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"192x192\" href=\"/android-icon-192x192.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"96x96\" href=\"/favicon-96x96.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">
<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#5bbad5\">
<link rel=\"manifest\" href=\"/manifest.json\">
<meta name=\"msapplication-TileColor\" content=\"#ffffff\">
<meta name=\"msapplication-TileImage\" content=\"/ms-icon-144x144.png\">
<meta name=\"theme-color\" content=\"#ffffff\">
{% 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 %}<!-- Die canonical URL wurde über das Feld \"canonical_url\" des page-Eintrags ermittelt -->{% endif %}
{% else %}
{% set canonical_url = get_base_url() ~ page.urlPath %}
{% if app.debug %}<!-- Die canonical URL wurde über den URL-Pfad des page-Eintrags berechnet, also entweder über das Feld \"real_url_path\" oder den \"slug\"-Werten der Seitenhierarchie -->{% endif %}
{% endif %}
{% elseif app.debug and canonical_url is defined %}
<!-- Die canonical_url wurde im Controller festgelegt -->
{% endif %}
{% if canonical_url is defined %}
<link rel=\"canonical\" href=\"{{ canonical_url }}\" />
<link rel=\"alternate\" hreflang=\"de-de\" href=\"{{ canonical_url }}\" />
{% elseif app.debug %}
<!-- Die canonical_url konnte nicht automatisch ermittelt werden und muss daher entweder durch den Controller festgelegt werden, oder der Block \"canonical_tag\" im Seiten-Template überschrieben werden -->
{% endif %}
{% endblock %}
<link rel=\"stylesheet\" href=\"{{ asset('css/my-custom.css?v1') }}{{ get_file_last_time('css/my-custom.css') }}\">
{% block stylesheets %}
{% endblock stylesheets %}
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src=\"https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js\" async></script>
<script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\" async></script>
<![endif]-->
</head>
<body class=\"no-js\">
<div id=\"wrapper\">
{{ render(controller('AppBundle:Component:header')) }}
{% block header2 %}
<section class=\"section fullscreen background lozad\" data-background-image=\"/bundles/app/images/travel/header-top-image3.jpg\" style=\"background-image:url({{ asset('images/placeholder-image.png') }});\">
<div class=\"container-fluid\">
<div class=\"row\">
<div class=\"col-md-12 col-xs-12\">
<div class=\"home-message text-center small\">
<div class=\"home-info-box\">
<div id=\"eKomiSeal_default\" class=\"eKomi-header\" style=\"padding-top: 5px;padding-left: 2px;\">
<img class=\"lozad\" border=\"0\" src=\"{{ asset('images/dummy.png') }}\" data-src=\"{{ asset('images/logo-qualitaet-22.png') }}\" alt=\"Top Kundenservice\" height=\"78\">
</div>
<ul class=\"c4\">
<li>Spezialist für Kulturreisen </li>
<li>Reiseexperte seit 1998</li>
<li>Beratung für individuelle Reisen</li>
</ul>
</div>
</div><!-- end homemessage -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</section><!-- end section -->
{% endblock %}
{# #TODO additional section classes if not home #}
<section class=\"section clearfix\">
<div class=\"container-fluid\">
<div class=\"row\">
<div id=\"fullwidth\" class=\"col-sm-12\">
{% 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 %}
<!-- START CONTENT -->
<div class=\"row\" id=\"order_row\">
<div id=\"show_sterntours_video_full\" class=\"col-md-12\" style=\"display: none;\">
</div>
<div id=\"content\" class=\"col-xs-12 col-sm-12 col-md-9 col-md-push-3 order_sec\">
{% block body %}{% endblock %}
</div>
<div id=\"sidebar\" class=\"col-xs-12 col-sm-12 col-md-3 col-md-pull-9 order_first\">
{% if site_loading is defined and page is defined %}
{{ render(controller('AppBundle:Component:makeSidebarWidget', {'site_loading': site_loading, 'page': page})) }}
{% elseif site_loading is defined and api is defined %}
{{ render(controller('AppBundle:Component:makeSidebarWidget', {'site_loading': site_loading, 'page': null, 'api': api})) }}
{% else %}
{% if site_loading is defined and search_form is defined %}
{{ render(controller('AppBundle:Component:makeSidebarWidget', {'site_loading': site_loading, 'page': null, 'api': null, 'search_form': search_form})) }}
{% else %}
{{ render(controller('AppBundle:Component:makeSidebarWidget', {'site_loading': 'default'})) }}
{% endif %}
{% endif %}
</div>
</div><!-- end row -->
<!-- END CONTENT -->
</div><!-- end fullwidth -->
</div><!-- end row -->
</div><!-- end container -->
</section><!-- end section -->
{{ render(controller('AppBundle:Component:footer')) }}
<a class=\"js-go-to u-go-to-v1 animated\" href=\"#!\" data-type=\"fixed\" data-offset-top=\"400\" data-show-effect=\"zoomIn\" data-hide-effect=\"zoomOut\" data-position='{\"bottom\": 15, \"right\": 15 }'>
<i class=\"icon-up-open-big\"></i>
</a>
</div><!-- end wrapper -->
<!-- default modal -->
{% embed 'default/components/embed/modal.html.twig' with {id: 'default'} %}{% endembed %}
{% block javascripts %}
<script rel=\"preload\" src=\"{{ asset('js/custom-min.js?v') }}{{ get_file_last_time('js/custom-min.js') }}\"></script>
{% endblock javascripts %}
</body>
</html>
", "base.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/base.html.twig");
}
}