var/cache/dev/twig/c5/c5d2309d067f178c27fb5f36067858a5.php line 34

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* layouts/layout.html.twig */
  14. class __TwigTemplate_8a4bd13f6f1287779fd9010374bca1af extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'body' => [$this'block_body'],
  25.         ];
  26.     }
  27.     protected function doDisplay(array $context, array $blocks = [])
  28.     {
  29.         $macros $this->macros;
  30.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  31.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""layouts/layout.html.twig"));
  32.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  33.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""layouts/layout.html.twig"));
  34.         // line 1
  35.         $context["currentRoute"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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.'1$this->source); })()), "request", [], "any"falsefalsefalse1), "attributes", [], "any"falsefalsefalse1), "get", ["_route"], "method"falsefalsefalse1);
  36.         // line 2
  37.         echo "
  38. <!DOCTYPE html>
  39. <html lang=\"en\">
  40. <head>
  41.     <meta charset=\"utf-8\">
  42.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  43.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\">
  44.     <!-- Mobile Web-app fullscreen -->
  45.     <meta name=\"apple-mobile-web-app-capable\" content=\"yes\">
  46.     <meta name=\"mobile-web-app-capable\" content=\"yes\">
  47.     <!-- Meta tags -->
  48.     <meta name=\"description\" content=\"\">
  49.     <meta name=\"author\" content=\"\">
  50.     <link rel=\"icon\" href=\"";
  51.         // line 18
  52.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/favicon.ico"), "html"nulltrue);
  53.         echo "\">
  54.     <!--Title-->
  55.     <title>";
  56.         // line 21
  57.         if (array_key_exists("title"$context)) {
  58.             echo "Art Hotel Gaudi Style - ";
  59.             echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'21$this->source); })()), "html"nulltrue);
  60.         } else {
  61.             echo "Art Hotel Gaudi Style";
  62.         }
  63.         echo "</title>
  64.     <!--CSS styles-->
  65.     <link rel=\"stylesheet\" media=\"all\" href=\"";
  66.         // line 24
  67.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/bundle.css"), "html"nulltrue);
  68.         echo "\" />
  69.     <link rel=\"stylesheet\" media=\"all\" href=\"";
  70.         // line 25
  71.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendor/font-awesome-4.7.0/css/font-awesome.min.css"), "html"nulltrue);
  72.         echo "\" />
  73.     <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/gh/lipis/flag-icons@6.6.6/css/flag-icons.min.css\"/>
  74.     <!--Google fonts-->
  75.     <link href=\"https://fonts.googleapis.com/css?family=Montserrat:300,500&amp;subset=latin-ext\" rel=\"stylesheet\">
  76.     <link href=\"https://fonts.googleapis.com/css?family=Playfair+Display:400,700&amp;subset=latin-ext\" rel=\"stylesheet\">
  77.     <link href=\"";
  78.         // line 31
  79.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendor/nivo/nivo-lightbox.min.css"), "html"nulltrue);
  80.         echo "\" rel=\"stylesheet\">
  81.     <link href=\"";
  82.         // line 32
  83.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendor/nivo/nivo-lightbox-theme.css"), "html"nulltrue);
  84.         echo "\" rel=\"stylesheet\">
  85.     <script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js\"></script>
  86.     <script src=\"https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js\"></script>
  87.     <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
  88.     <!--[if lt IE 9]>
  89.     <script src=\"https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js\"></script>
  90.     <script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>
  91.     <![endif]-->
  92.     <script src=\"";
  93.         // line 42
  94.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendor/nivo/nivo-lightbox.min.js"), "html"nulltrue);
  95.         echo "\"></script>
  96.     <script src=\"";
  97.         // line 43
  98.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendor/jiant/jiant.js"), "html"nulltrue);
  99.         echo "\"></script>
  100. </head>
  101. <body id=\"_body\">
  102. <div class=\"page-loader\"></div>
  103. <div class=\"wrapper\">
  104.     <header id=\"_header\" class=\"header\">
  105.         ";
  106.         // line 54
  107.         $this->loadTemplate("partials/header.html.twig""layouts/layout.html.twig"54)->display($context);
  108.         // line 55
  109.         echo "
  110.     </header>
  111.     ";
  112.         // line 58
  113.         $this->displayBlock('body'$context$blocks);
  114.         // line 59
  115.         echo "
  116.     <footer>
  117.         <div class=\"container\">
  118.             <div class=\"row\">
  119.                 <div class=\"col-12 text-center\">
  120.                     Copyright © <span class=\"current-year\"></span> Art Hotel Gaudi Style - All rights reserved
  121.                 </div>
  122.             </div>
  123.         </div>
  124.     </footer>
  125. </div>
  126. <script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js\" integrity=\"sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p\" crossorigin=\"anonymous\"></script>
  127. <script src=\"";
  128.         // line 72
  129.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/app.js"), "html"nulltrue);
  130.         echo "\"></script>
  131. </body>
  132. </html>";
  133.         
  134.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  135.         
  136.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  137.     }
  138.     // line 58
  139.     public function block_body($context, array $blocks = [])
  140.     {
  141.         $macros $this->macros;
  142.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  143.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  144.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  145.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  146.         
  147.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  148.         
  149.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  150.     }
  151.     public function getTemplateName()
  152.     {
  153.         return "layouts/layout.html.twig";
  154.     }
  155.     public function isTraitable()
  156.     {
  157.         return false;
  158.     }
  159.     public function getDebugInfo()
  160.     {
  161.         return array (  166 => 58,  153 => 72,  138 => 59,  136 => 58,  131 => 55,  129 => 54,  115 => 43,  111 => 42,  98 => 32,  94 => 31,  85 => 25,  81 => 24,  70 => 21,  64 => 18,  46 => 2,  44 => 1,);
  162.     }
  163.     public function getSourceContext()
  164.     {
  165.         return new Source("{% set currentRoute = app.request.attributes.get('_route') %}
  166. <!DOCTYPE html>
  167. <html lang=\"en\">
  168. <head>
  169.     <meta charset=\"utf-8\">
  170.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  171.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\">
  172.     <!-- Mobile Web-app fullscreen -->
  173.     <meta name=\"apple-mobile-web-app-capable\" content=\"yes\">
  174.     <meta name=\"mobile-web-app-capable\" content=\"yes\">
  175.     <!-- Meta tags -->
  176.     <meta name=\"description\" content=\"\">
  177.     <meta name=\"author\" content=\"\">
  178.     <link rel=\"icon\" href=\"{{ asset(\"images/favicon.ico\") }}\">
  179.     <!--Title-->
  180.     <title>{% if title is defined %}Art Hotel Gaudi Style - {{ title }}{% else %}Art Hotel Gaudi Style{% endif %}</title>
  181.     <!--CSS styles-->
  182.     <link rel=\"stylesheet\" media=\"all\" href=\"{{ asset('css/bundle.css') }}\" />
  183.     <link rel=\"stylesheet\" media=\"all\" href=\"{{ asset('vendor/font-awesome-4.7.0/css/font-awesome.min.css') }}\" />
  184.     <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/gh/lipis/flag-icons@6.6.6/css/flag-icons.min.css\"/>
  185.     <!--Google fonts-->
  186.     <link href=\"https://fonts.googleapis.com/css?family=Montserrat:300,500&amp;subset=latin-ext\" rel=\"stylesheet\">
  187.     <link href=\"https://fonts.googleapis.com/css?family=Playfair+Display:400,700&amp;subset=latin-ext\" rel=\"stylesheet\">
  188.     <link href=\"{{ asset('vendor/nivo/nivo-lightbox.min.css') }}\" rel=\"stylesheet\">
  189.     <link href=\"{{ asset('vendor/nivo/nivo-lightbox-theme.css') }}\" rel=\"stylesheet\">
  190.     <script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js\"></script>
  191.     <script src=\"https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js\"></script>
  192.     <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
  193.     <!--[if lt IE 9]>
  194.     <script src=\"https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js\"></script>
  195.     <script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>
  196.     <![endif]-->
  197.     <script src=\"{{ asset('vendor/nivo/nivo-lightbox.min.js') }}\"></script>
  198.     <script src=\"{{ asset('vendor/jiant/jiant.js') }}\"></script>
  199. </head>
  200. <body id=\"_body\">
  201. <div class=\"page-loader\"></div>
  202. <div class=\"wrapper\">
  203.     <header id=\"_header\" class=\"header\">
  204.         {% include 'partials/header.html.twig' %}
  205.     </header>
  206.     {% block body %}{% endblock %}
  207.     <footer>
  208.         <div class=\"container\">
  209.             <div class=\"row\">
  210.                 <div class=\"col-12 text-center\">
  211.                     Copyright © <span class=\"current-year\"></span> Art Hotel Gaudi Style - All rights reserved
  212.                 </div>
  213.             </div>
  214.         </div>
  215.     </footer>
  216. </div>
  217. <script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js\" integrity=\"sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p\" crossorigin=\"anonymous\"></script>
  218. <script src=\"{{ asset('js/app.js') }}\"></script>
  219. </body>
  220. </html>""layouts/layout.html.twig""/var/www/app/templates/layouts/layout.html.twig");
  221.     }
  222. }