init without trunk

This commit is contained in:
Kevin Adametz 2020-07-09 12:49:32 +02:00
parent ed24ac4994
commit bb809e7233
14652 changed files with 177862 additions and 94817 deletions

View file

@ -0,0 +1,977 @@
<?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=\"180x180\" href=\"/apple-touch-icon.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">
<link rel=\"manifest\" href=\"/site.webmanifest\">
<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#5bbad5\">
<meta name=\"msapplication-TileColor\" content=\"#da532c\">
<meta name=\"theme-color\" content=\"#ffffff\">
";
// line 45
$this->displayBlock('canonical_tag', $context, $blocks);
// line 64
echo "
<style>
#preloader{position:fixed;z-index:9999999;top:0;bottom:0;right:0;left:0;background:#fff}#preloader .inner{position:absolute;top:0;bottom:0;right:0;left:0;width:54px;height:54px;margin:auto}.page-loader{display:block;width:100%;height:100%;position:fixed;top:0;left:0;background:#fefefe;z-index:100000}#preloader span.loader{width:50px;height:50px;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;font-size:10px;text-indent:-12345px;border-top:1px solid rgba(0,0,0,0.08);border-right:1px solid rgba(0,0,0,0.08);border-bottom:1px solid rgba(0,0,0,0.08);border-left:1px solid rgba(0,0,0,0.5);border-radius:50%;-webkit-animation:spinner 700ms infinite linear;animation:spinner 700ms infinite linear;z-index:100001}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.item-img .img-responsiv-item { width: 100%; max-width: none; height: auto; }
</style>
<link rel=\"preload\" href=\"";
// line 71
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/my-custom.css?v"), "html", null, true);
echo twig_escape_filter($this->env, $this->extensions['AppBundle\Twig\AppExtension']->getFileLastTime("css/my-custom.css"), "html", null, true);
echo "\" as=\"style\" onload=\"this.rel='stylesheet'\">
<noscript>
<style>
.item-img >div.img-background { display: none; }
</style>
<link rel=\"stylesheet\" href=\"";
// line 76
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/my-custom.css?v"), "html", null, true);
echo twig_escape_filter($this->env, $this->extensions['AppBundle\Twig\AppExtension']->getFileLastTime("css/my-custom.css"), "html", null, true);
echo "\">
</noscript>
<script>
/*loadCss*/
!function(w){\"use strict\";var loadCSS=function(href,before,media){function ready(cb){return doc.body?cb():void setTimeout(function(){ready(cb)})}function loadCB(){ss.addEventListener&&ss.removeEventListener(\"load\",loadCB),ss.media=media||\"all\"}var ref,doc=w.document,ss=doc.createElement(\"link\");if(before)ref=before;else{var refs=(doc.body||doc.getElementsByTagName(\"head\")[0]).childNodes;ref=refs[refs.length-1]}var sheets=doc.styleSheets;ss.rel=\"stylesheet\",ss.href=href,ss.media=\"only x\",ready(function(){ref.parentNode.insertBefore(ss,before?ref:ref.nextSibling)});var onloadcssdefined=function(cb){for(var resolvedHref=ss.href,i=sheets.length;i--;)if(sheets[i].href===resolvedHref)return cb();setTimeout(function(){onloadcssdefined(cb)})};return ss.addEventListener&&ss.addEventListener(\"load\",loadCB),ss.onloadcssdefined=onloadcssdefined,onloadcssdefined(loadCB),ss};\"undefined\"!=typeof exports?exports.loadCSS=loadCSS:w.loadCSS=loadCSS}(\"undefined\"!=typeof global?global:this);
/*link[rel=preload] polyfill*/
!function(w){if(w.loadCSS){var rp=loadCSS.relpreload={};if(rp.support=function(){try{return w.document.createElement(\"link\").relList.supports(\"preload\")}catch(e){return!1}},rp.poly=function(){for(var links=w.document.getElementsByTagName(\"link\"),i=0;i<links.length;i++){var link=links[i];\"preload\"===link.rel&&\"style\"===link.getAttribute(\"as\")&&(w.loadCSS(link.href,link),link.rel=null)}},!rp.support()){rp.poly();var run=w.setInterval(rp.poly,300);w.addEventListener&&w.addEventListener(\"load\",function(){w.clearInterval(run)}),w.attachEvent&&w.attachEvent(\"onload\",function(){w.clearInterval(run)})}}}(this);
</script>
";
// line 85
$this->displayBlock('stylesheets', $context, $blocks);
// line 87
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\">
<div id=\"preloader\">
<div class=\"inner\">
<span class=\"loader\"></span>
</div>
</div>
";
// line 101
echo $this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\HttpKernelExtension']->controller("AppBundle:Component:header"));
echo "
";
// line 103
$this->displayBlock('header2', $context, $blocks);
// line 125
echo "
";
// line 127
echo " <section class=\"section clearfix\">
<div class=\"container-fluid\">
<div class=\"row\">
<div id=\"fullwidth\" class=\"col-sm-12\">
";
// line 132
$this->displayBlock('breadcrumb', $context, $blocks);
// line 139
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 144
$this->displayBlock('body', $context, $blocks);
// line 145
echo " </div>
<div id=\"sidebar\" class=\"col-xs-12 col-sm-12 col-md-3 col-md-pull-9 order_first\">
";
// line 148
if (((isset($context["site_loading"]) || array_key_exists("site_loading", $context)) && (isset($context["page"]) || array_key_exists("page", $context)))) {
// line 149
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.', 149, $this->source); })()), "page" => (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 149, $this->source); })())]));
echo "
";
} elseif (( // line 150
(isset($context["site_loading"]) || array_key_exists("site_loading", $context)) && (isset($context["api"]) || array_key_exists("api", $context)))) {
// line 151
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.', 151, $this->source); })()), "page" => null, "api" => (isset($context["api"]) || array_key_exists("api", $context) ? $context["api"] : (function () { throw new RuntimeError('Variable "api" does not exist.', 151, $this->source); })())]));
echo "
";
} else {
// line 153
echo " ";
if (((isset($context["site_loading"]) || array_key_exists("site_loading", $context)) && (isset($context["search_form"]) || array_key_exists("search_form", $context)))) {
// line 154
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.', 154, $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.', 154, $this->source); })())]));
echo "
";
} else {
// line 156
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 158
echo " ";
}
// line 159
echo " </div>
</div><!-- end row -->
<!-- END CONTENT -->
</div><!-- end fullwidth -->
</div><!-- end row -->
</div><!-- end container -->
</section><!-- end section -->
";
// line 169
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 178
$this->loadTemplate("base.html.twig", "base.html.twig", 178, "623336453")->display(twig_array_merge($context, ["id" => "default"]));
// line 179
echo "
";
// line 180
$this->displayBlock('javascripts', $context, $blocks);
// line 183
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 45
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 46
echo " ";
if (( !(isset($context["canonical_url"]) || array_key_exists("canonical_url", $context)) && (isset($context["page"]) || array_key_exists("page", $context)))) {
// line 47
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.', 47, $this->source); })()), "canonicalUrl", [], "any", false, false, false, 47))) {
// line 48
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.', 48, $this->source); })()), "canonicalUrl", [], "any", false, false, false, 48)) && 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.', 48, $this->source); })()), "canonicalUrl", [], "any", false, false, false, 48));
// line 49
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.', 49, $this->source); })()), "debug", [], "any", false, false, false, 49)) {
echo "<!-- Die canonical URL wurde über das Feld \"canonical_url\" des page-Eintrags ermittelt -->";
}
// line 50
echo " ";
} else {
// line 51
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.', 51, $this->source); })()), "urlPath", [], "any", false, false, false, 51));
// line 52
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.', 52, $this->source); })()), "debug", [], "any", false, false, false, 52)) {
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 53
echo " ";
}
// line 54
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.', 54, $this->source); })()), "debug", [], "any", false, false, false, 54) && (isset($context["canonical_url"]) || array_key_exists("canonical_url", $context)))) {
// line 55
echo " <!-- Die canonical_url wurde im Controller festgelegt -->
";
}
// line 57
echo " ";
if ((isset($context["canonical_url"]) || array_key_exists("canonical_url", $context))) {
// line 58
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.', 58, $this->source); })()), "html", null, true);
echo "\" />
<link rel=\"alternate\" hreflang=\"de-de\" href=\"";
// line 59
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.', 59, $this->source); })()), "html", null, true);
echo "\" />
";
} elseif (twig_get_attribute($this->env, $this->source, // line 60
(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)) {
// line 61
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 63
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 85
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 86
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 103
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 104
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 111
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/dummy.png"), "html", null, true);
echo "\" data-src=\"/bundles/app/images/logo-qualitaet.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 -->
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 132
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 133
echo " ";
if ((isset($context["page"]) || array_key_exists("page", $context))) {
// line 134
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.', 134, $this->source); })())]));
echo "
";
} elseif ( // line 135
(isset($context["breadcrumb_entries"]) || array_key_exists("breadcrumb_entries", $context))) {
// line 136
echo " ";
echo twig_include($this->env, $context, "default/components/breadcrumb.html.twig");
echo "
";
}
// line 138
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 144
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 180
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 181
echo " <script 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 ( 523 => 181, 516 => 180, 504 => 144, 497 => 138, 491 => 136, 489 => 135, 484 => 134, 481 => 133, 474 => 132, 453 => 111, 442 => 104, 435 => 103, 428 => 86, 421 => 85, 414 => 63, 410 => 61, 408 => 60, 404 => 59, 399 => 58, 396 => 57, 392 => 55, 389 => 54, 386 => 53, 381 => 52, 378 => 51, 375 => 50, 370 => 49, 367 => 48, 364 => 47, 361 => 46, 354 => 45, 346 => 33, 339 => 32, 329 => 29, 327 => 28, 320 => 27, 310 => 24, 308 => 23, 303 => 21, 301 => 20, 294 => 19, 287 => 35, 284 => 32, 281 => 27, 279 => 19, 274 => 16, 267 => 15, 257 => 12, 250 => 11, 241 => 183, 239 => 180, 236 => 179, 234 => 178, 222 => 169, 210 => 159, 207 => 158, 201 => 156, 195 => 154, 192 => 153, 186 => 151, 184 => 150, 179 => 149, 177 => 148, 172 => 145, 170 => 144, 163 => 139, 161 => 132, 154 => 127, 151 => 125, 149 => 103, 144 => 101, 128 => 87, 126 => 85, 113 => 76, 104 => 71, 95 => 64, 93 => 45, 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=\"180x180\" href=\"/apple-touch-icon.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">
<link rel=\"manifest\" href=\"/site.webmanifest\">
<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#5bbad5\">
<meta name=\"msapplication-TileColor\" content=\"#da532c\">
<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 %}
<style>
#preloader{position:fixed;z-index:9999999;top:0;bottom:0;right:0;left:0;background:#fff}#preloader .inner{position:absolute;top:0;bottom:0;right:0;left:0;width:54px;height:54px;margin:auto}.page-loader{display:block;width:100%;height:100%;position:fixed;top:0;left:0;background:#fefefe;z-index:100000}#preloader span.loader{width:50px;height:50px;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;font-size:10px;text-indent:-12345px;border-top:1px solid rgba(0,0,0,0.08);border-right:1px solid rgba(0,0,0,0.08);border-bottom:1px solid rgba(0,0,0,0.08);border-left:1px solid rgba(0,0,0,0.5);border-radius:50%;-webkit-animation:spinner 700ms infinite linear;animation:spinner 700ms infinite linear;z-index:100001}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.item-img .img-responsiv-item { width: 100%; max-width: none; height: auto; }
</style>
<link rel=\"preload\" href=\"{{ asset('css/my-custom.css?v') }}{{ get_file_last_time('css/my-custom.css') }}\" as=\"style\" onload=\"this.rel='stylesheet'\">
<noscript>
<style>
.item-img >div.img-background { display: none; }
</style>
<link rel=\"stylesheet\" href=\"{{ asset('css/my-custom.css?v') }}{{ get_file_last_time('css/my-custom.css') }}\">
</noscript>
<script>
/*loadCss*/
!function(w){\"use strict\";var loadCSS=function(href,before,media){function ready(cb){return doc.body?cb():void setTimeout(function(){ready(cb)})}function loadCB(){ss.addEventListener&&ss.removeEventListener(\"load\",loadCB),ss.media=media||\"all\"}var ref,doc=w.document,ss=doc.createElement(\"link\");if(before)ref=before;else{var refs=(doc.body||doc.getElementsByTagName(\"head\")[0]).childNodes;ref=refs[refs.length-1]}var sheets=doc.styleSheets;ss.rel=\"stylesheet\",ss.href=href,ss.media=\"only x\",ready(function(){ref.parentNode.insertBefore(ss,before?ref:ref.nextSibling)});var onloadcssdefined=function(cb){for(var resolvedHref=ss.href,i=sheets.length;i--;)if(sheets[i].href===resolvedHref)return cb();setTimeout(function(){onloadcssdefined(cb)})};return ss.addEventListener&&ss.addEventListener(\"load\",loadCB),ss.onloadcssdefined=onloadcssdefined,onloadcssdefined(loadCB),ss};\"undefined\"!=typeof exports?exports.loadCSS=loadCSS:w.loadCSS=loadCSS}(\"undefined\"!=typeof global?global:this);
/*link[rel=preload] polyfill*/
!function(w){if(w.loadCSS){var rp=loadCSS.relpreload={};if(rp.support=function(){try{return w.document.createElement(\"link\").relList.supports(\"preload\")}catch(e){return!1}},rp.poly=function(){for(var links=w.document.getElementsByTagName(\"link\"),i=0;i<links.length;i++){var link=links[i];\"preload\"===link.rel&&\"style\"===link.getAttribute(\"as\")&&(w.loadCSS(link.href,link),link.rel=null)}},!rp.support()){rp.poly();var run=w.setInterval(rp.poly,300);w.addEventListener&&w.addEventListener(\"load\",function(){w.clearInterval(run)}),w.attachEvent&&w.attachEvent(\"onload\",function(){w.clearInterval(run)})}}}(this);
</script>
{% 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\">
<div id=\"preloader\">
<div class=\"inner\">
<span class=\"loader\"></span>
</div>
</div>
{{ 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=\"/bundles/app/images/logo-qualitaet.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 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___623336453 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 178
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", 178);
$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 ( 758 => 178, 523 => 181, 516 => 180, 504 => 144, 497 => 138, 491 => 136, 489 => 135, 484 => 134, 481 => 133, 474 => 132, 453 => 111, 442 => 104, 435 => 103, 428 => 86, 421 => 85, 414 => 63, 410 => 61, 408 => 60, 404 => 59, 399 => 58, 396 => 57, 392 => 55, 389 => 54, 386 => 53, 381 => 52, 378 => 51, 375 => 50, 370 => 49, 367 => 48, 364 => 47, 361 => 46, 354 => 45, 346 => 33, 339 => 32, 329 => 29, 327 => 28, 320 => 27, 310 => 24, 308 => 23, 303 => 21, 301 => 20, 294 => 19, 287 => 35, 284 => 32, 281 => 27, 279 => 19, 274 => 16, 267 => 15, 257 => 12, 250 => 11, 241 => 183, 239 => 180, 236 => 179, 234 => 178, 222 => 169, 210 => 159, 207 => 158, 201 => 156, 195 => 154, 192 => 153, 186 => 151, 184 => 150, 179 => 149, 177 => 148, 172 => 145, 170 => 144, 163 => 139, 161 => 132, 154 => 127, 151 => 125, 149 => 103, 144 => 101, 128 => 87, 126 => 85, 113 => 76, 104 => 71, 95 => 64, 93 => 45, 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=\"180x180\" href=\"/apple-touch-icon.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">
<link rel=\"manifest\" href=\"/site.webmanifest\">
<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#5bbad5\">
<meta name=\"msapplication-TileColor\" content=\"#da532c\">
<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 %}
<style>
#preloader{position:fixed;z-index:9999999;top:0;bottom:0;right:0;left:0;background:#fff}#preloader .inner{position:absolute;top:0;bottom:0;right:0;left:0;width:54px;height:54px;margin:auto}.page-loader{display:block;width:100%;height:100%;position:fixed;top:0;left:0;background:#fefefe;z-index:100000}#preloader span.loader{width:50px;height:50px;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;font-size:10px;text-indent:-12345px;border-top:1px solid rgba(0,0,0,0.08);border-right:1px solid rgba(0,0,0,0.08);border-bottom:1px solid rgba(0,0,0,0.08);border-left:1px solid rgba(0,0,0,0.5);border-radius:50%;-webkit-animation:spinner 700ms infinite linear;animation:spinner 700ms infinite linear;z-index:100001}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.item-img .img-responsiv-item { width: 100%; max-width: none; height: auto; }
</style>
<link rel=\"preload\" href=\"{{ asset('css/my-custom.css?v') }}{{ get_file_last_time('css/my-custom.css') }}\" as=\"style\" onload=\"this.rel='stylesheet'\">
<noscript>
<style>
.item-img >div.img-background { display: none; }
</style>
<link rel=\"stylesheet\" href=\"{{ asset('css/my-custom.css?v') }}{{ get_file_last_time('css/my-custom.css') }}\">
</noscript>
<script>
/*loadCss*/
!function(w){\"use strict\";var loadCSS=function(href,before,media){function ready(cb){return doc.body?cb():void setTimeout(function(){ready(cb)})}function loadCB(){ss.addEventListener&&ss.removeEventListener(\"load\",loadCB),ss.media=media||\"all\"}var ref,doc=w.document,ss=doc.createElement(\"link\");if(before)ref=before;else{var refs=(doc.body||doc.getElementsByTagName(\"head\")[0]).childNodes;ref=refs[refs.length-1]}var sheets=doc.styleSheets;ss.rel=\"stylesheet\",ss.href=href,ss.media=\"only x\",ready(function(){ref.parentNode.insertBefore(ss,before?ref:ref.nextSibling)});var onloadcssdefined=function(cb){for(var resolvedHref=ss.href,i=sheets.length;i--;)if(sheets[i].href===resolvedHref)return cb();setTimeout(function(){onloadcssdefined(cb)})};return ss.addEventListener&&ss.addEventListener(\"load\",loadCB),ss.onloadcssdefined=onloadcssdefined,onloadcssdefined(loadCB),ss};\"undefined\"!=typeof exports?exports.loadCSS=loadCSS:w.loadCSS=loadCSS}(\"undefined\"!=typeof global?global:this);
/*link[rel=preload] polyfill*/
!function(w){if(w.loadCSS){var rp=loadCSS.relpreload={};if(rp.support=function(){try{return w.document.createElement(\"link\").relList.supports(\"preload\")}catch(e){return!1}},rp.poly=function(){for(var links=w.document.getElementsByTagName(\"link\"),i=0;i<links.length;i++){var link=links[i];\"preload\"===link.rel&&\"style\"===link.getAttribute(\"as\")&&(w.loadCSS(link.href,link),link.rel=null)}},!rp.support()){rp.poly();var run=w.setInterval(rp.poly,300);w.addEventListener&&w.addEventListener(\"load\",function(){w.clearInterval(run)}),w.attachEvent&&w.attachEvent(\"onload\",function(){w.clearInterval(run)})}}}(this);
</script>
{% 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\">
<div id=\"preloader\">
<div class=\"inner\">
<span class=\"loader\"></span>
</div>
</div>
{{ 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=\"/bundles/app/images/logo-qualitaet.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 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");
}
}