<?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;
/* layouts/layout.html.twig */
class __TwigTemplate_8a4bd13f6f1287779fd9010374bca1af extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'body' => [$this, 'block_body'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "layouts/layout.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "layouts/layout.html.twig"));
// line 1
$context["currentRoute"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, 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.', 1, $this->source); })()), "request", [], "any", false, false, false, 1), "attributes", [], "any", false, false, false, 1), "get", ["_route"], "method", false, false, false, 1);
// line 2
echo "
<!DOCTYPE html>
<html lang=\"en\">
<head>
<meta charset=\"utf-8\">
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\">
<!-- Mobile Web-app fullscreen -->
<meta name=\"apple-mobile-web-app-capable\" content=\"yes\">
<meta name=\"mobile-web-app-capable\" content=\"yes\">
<!-- Meta tags -->
<meta name=\"description\" content=\"\">
<meta name=\"author\" content=\"\">
<link rel=\"icon\" href=\"";
// line 18
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/favicon.ico"), "html", null, true);
echo "\">
<!--Title-->
<title>";
// line 21
if (array_key_exists("title", $context)) {
echo "Art Hotel Gaudi Style - ";
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", null, true);
} else {
echo "Art Hotel Gaudi Style";
}
echo "</title>
<!--CSS styles-->
<link rel=\"stylesheet\" media=\"all\" href=\"";
// line 24
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/bundle.css"), "html", null, true);
echo "\" />
<link rel=\"stylesheet\" media=\"all\" href=\"";
// line 25
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", null, true);
echo "\" />
<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/gh/lipis/flag-icons@6.6.6/css/flag-icons.min.css\"/>
<!--Google fonts-->
<link href=\"https://fonts.googleapis.com/css?family=Montserrat:300,500&subset=latin-ext\" rel=\"stylesheet\">
<link href=\"https://fonts.googleapis.com/css?family=Playfair+Display:400,700&subset=latin-ext\" rel=\"stylesheet\">
<link href=\"";
// line 31
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendor/nivo/nivo-lightbox.min.css"), "html", null, true);
echo "\" rel=\"stylesheet\">
<link href=\"";
// line 32
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendor/nivo/nivo-lightbox-theme.css"), "html", null, true);
echo "\" rel=\"stylesheet\">
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js\"></script>
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js\"></script>
<!-- HTML5 shim and Respond.js 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\"></script>
<script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>
<![endif]-->
<script src=\"";
// line 42
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendor/nivo/nivo-lightbox.min.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 43
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vendor/jiant/jiant.js"), "html", null, true);
echo "\"></script>
</head>
<body id=\"_body\">
<div class=\"page-loader\"></div>
<div class=\"wrapper\">
<header id=\"_header\" class=\"header\">
";
// line 54
$this->loadTemplate("partials/header.html.twig", "layouts/layout.html.twig", 54)->display($context);
// line 55
echo "
</header>
";
// line 58
$this->displayBlock('body', $context, $blocks);
// line 59
echo "
<footer>
<div class=\"container\">
<div class=\"row\">
<div class=\"col-12 text-center\">
Copyright © <span class=\"current-year\"></span> Art Hotel Gaudi Style - All rights reserved
</div>
</div>
</div>
</footer>
</div>
<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>
<script src=\"";
// line 72
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/app.js"), "html", null, true);
echo "\"></script>
</body>
</html>";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 58
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "layouts/layout.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("{% set currentRoute = app.request.attributes.get('_route') %}
<!DOCTYPE html>
<html lang=\"en\">
<head>
<meta charset=\"utf-8\">
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\">
<!-- Mobile Web-app fullscreen -->
<meta name=\"apple-mobile-web-app-capable\" content=\"yes\">
<meta name=\"mobile-web-app-capable\" content=\"yes\">
<!-- Meta tags -->
<meta name=\"description\" content=\"\">
<meta name=\"author\" content=\"\">
<link rel=\"icon\" href=\"{{ asset(\"images/favicon.ico\") }}\">
<!--Title-->
<title>{% if title is defined %}Art Hotel Gaudi Style - {{ title }}{% else %}Art Hotel Gaudi Style{% endif %}</title>
<!--CSS styles-->
<link rel=\"stylesheet\" media=\"all\" href=\"{{ asset('css/bundle.css') }}\" />
<link rel=\"stylesheet\" media=\"all\" href=\"{{ asset('vendor/font-awesome-4.7.0/css/font-awesome.min.css') }}\" />
<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/gh/lipis/flag-icons@6.6.6/css/flag-icons.min.css\"/>
<!--Google fonts-->
<link href=\"https://fonts.googleapis.com/css?family=Montserrat:300,500&subset=latin-ext\" rel=\"stylesheet\">
<link href=\"https://fonts.googleapis.com/css?family=Playfair+Display:400,700&subset=latin-ext\" rel=\"stylesheet\">
<link href=\"{{ asset('vendor/nivo/nivo-lightbox.min.css') }}\" rel=\"stylesheet\">
<link href=\"{{ asset('vendor/nivo/nivo-lightbox-theme.css') }}\" rel=\"stylesheet\">
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js\"></script>
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js\"></script>
<!-- HTML5 shim and Respond.js 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\"></script>
<script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>
<![endif]-->
<script src=\"{{ asset('vendor/nivo/nivo-lightbox.min.js') }}\"></script>
<script src=\"{{ asset('vendor/jiant/jiant.js') }}\"></script>
</head>
<body id=\"_body\">
<div class=\"page-loader\"></div>
<div class=\"wrapper\">
<header id=\"_header\" class=\"header\">
{% include 'partials/header.html.twig' %}
</header>
{% block body %}{% endblock %}
<footer>
<div class=\"container\">
<div class=\"row\">
<div class=\"col-12 text-center\">
Copyright © <span class=\"current-year\"></span> Art Hotel Gaudi Style - All rights reserved
</div>
</div>
</div>
</footer>
</div>
<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>
<script src=\"{{ asset('js/app.js') }}\"></script>
</body>
</html>", "layouts/layout.html.twig", "/var/www/app/templates/layouts/layout.html.twig");
}
}