var/cache/dev/twig/eb/eb89047ae25ef97cd12e47c8333e841a.php line 308

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. /* core/base-bootstrap.html.twig */
  14. class __TwigTemplate_c1cc2a3fd12efb2d4a523c1daca1f6b4 extends \Twig\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.             'title' => [$this'block_title'],
  25.             'stylesheets' => [$this'block_stylesheets'],
  26.             'insidehead' => [$this'block_insidehead'],
  27.             'mainbodyhead' => [$this'block_mainbodyhead'],
  28.             'mainbodyflashes' => [$this'block_mainbodyflashes'],
  29.             'mainbodybody' => [$this'block_mainbodybody'],
  30.             'mainbodyfooter' => [$this'block_mainbodyfooter'],
  31.             'footertop' => [$this'block_footertop'],
  32.             'footerbottom' => [$this'block_footerbottom'],
  33.             'javascripts' => [$this'block_javascripts'],
  34.         ];
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = [])
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""core/base-bootstrap.html.twig"));
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""core/base-bootstrap.html.twig"));
  43.         // line 1
  44.         echo "<!DOCTYPE html>
  45. <html lang=\"";
  46.         // line 2
  47.         echo twig_escape_filter($this->envtwig_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.'2$this->source); })()), "request", [], "any"falsefalsefalse2), "getLocale", [], "method"falsefalsefalse2), "html"nulltrue);
  48.         echo "\">
  49. <head>
  50.     <meta charset=\"UTF-8\">
  51.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  52.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  53.     <title>";
  54.         // line 8
  55.         $this->displayBlock('title'$context$blocks);
  56.         echo "</title>
  57.     <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"";
  58.         // line 10
  59.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/client-assets/apple-touch-icon.png"), "html"nulltrue);
  60.         echo "\">
  61.     <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"";
  62.         // line 11
  63.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/client-assets/favicon-32x32.png"), "html"nulltrue);
  64.         echo "\">
  65.     <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"";
  66.         // line 12
  67.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/client-assets/favicon-16x16.png"), "html"nulltrue);
  68.         echo "\">
  69.     <link rel=\"manifest\" href=\"";
  70.         // line 13
  71.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/client-assets/site.webmanifest"), "html"nulltrue);
  72.         echo "\">
  73.     <link rel=\"mask-icon\" href=\"";
  74.         // line 14
  75.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/client-assets/safari-pinned-tab.svg"), "html"nulltrue);
  76.         echo "\" color=\"#000000\">
  77.     <link rel=\"shortcut icon\" href=\"";
  78.         // line 15
  79.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/client-assets/favicon.ico"), "html"nulltrue);
  80.         echo "\">
  81.     <meta name=\"msapplication-TileColor\" content=\"#2b5797\">
  82.     <meta name=\"msapplication-config\" content=\"";
  83.         // line 17
  84.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/client-assets/browserconfig.xml"), "html"nulltrue);
  85.         echo "\">
  86.     <meta name=\"theme-color\" content=\"#ffffff\">
  87.     ";
  88.         // line 20
  89.         $this->displayBlock('stylesheets'$context$blocks);
  90.         // line 31
  91.         echo "
  92.     ";
  93.         // line 32
  94.         $this->displayBlock('insidehead'$context$blocks);
  95.         // line 33
  96.         echo "
  97. </head>
  98. ";
  99.         // line 36
  100.         if (array_key_exists("mainbodyclasses"$context)) {
  101.             // line 37
  102.             echo "<body id=\"mainbody\" class=\"";
  103.             echo twig_escape_filter($this->env, (isset($context["mainbodyclasses"]) || array_key_exists("mainbodyclasses"$context) ? $context["mainbodyclasses"] : (function () { throw new RuntimeError('Variable "mainbodyclasses" does not exist.'37$this->source); })()), "html"nulltrue);
  104.             echo "\">
  105. ";
  106.         } else {
  107.             // line 39
  108.             echo "<body id=\"mainbody\">
  109. ";
  110.         }
  111.         // line 41
  112.         echo "
  113. ";
  114.         // line 43
  115.         $this->displayBlock('mainbodyhead'$context$blocks);
  116.         // line 44
  117.         echo "
  118. ";
  119.         // line 45
  120.         $this->displayBlock('mainbodyflashes'$context$blocks);
  121.         // line 46
  122.         echo "
  123. <div id=\"mainbody-body\">
  124.     ";
  125.         // line 48
  126.         $this->displayBlock('mainbodybody'$context$blocks);
  127.         // line 49
  128.         echo "</div>
  129. <footer>
  130.     ";
  131.         // line 52
  132.         $this->displayBlock('mainbodyfooter'$context$blocks);
  133.         // line 58
  134.         echo "</footer>
  135. ";
  136.         // line 60
  137.         $this->displayBlock('javascripts'$context$blocks);
  138.         // line 63
  139.         echo "</body><!-- mainbody -->
  140. </html>
  141. ";
  142.         
  143.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  144.         
  145.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  146.     }
  147.     // line 8
  148.     public function block_title($context, array $blocks = [])
  149.     {
  150.         $macros $this->macros;
  151.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  152.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  153.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  154.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  155.         echo "Horský průvodce";
  156.         
  157.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  158.         
  159.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  160.     }
  161.     // line 20
  162.     public function block_stylesheets($context, array $blocks = [])
  163.     {
  164.         $macros $this->macros;
  165.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  166.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  167.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  168.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  169.         // line 21
  170.         echo "
  171.         <!-- App global Fonts -->
  172.         <link href=\"https://fonts.googleapis.com/css?family=Lato|Source+Sans+Pro\" rel=\"stylesheet\">
  173.         <link href=\"https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700\" rel=\"stylesheet\">
  174.         <link href=\"https://fonts.googleapis.com/css?family=Roboto:300,400,500,700\" rel=\"stylesheet\">
  175.         <!-- App global CSS -->
  176.         ";
  177.         // line 28
  178.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  179.         echo "
  180.     ";
  181.         
  182.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  183.         
  184.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  185.     }
  186.     // line 32
  187.     public function block_insidehead($context, array $blocks = [])
  188.     {
  189.         $macros $this->macros;
  190.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  191.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""insidehead"));
  192.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  193.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""insidehead"));
  194.         
  195.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  196.         
  197.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  198.     }
  199.     // line 43
  200.     public function block_mainbodyhead($context, array $blocks = [])
  201.     {
  202.         $macros $this->macros;
  203.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  204.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainbodyhead"));
  205.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  206.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainbodyhead"));
  207.         
  208.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  209.         
  210.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  211.     }
  212.     // line 45
  213.     public function block_mainbodyflashes($context, array $blocks = [])
  214.     {
  215.         $macros $this->macros;
  216.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  217.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainbodyflashes"));
  218.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  219.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainbodyflashes"));
  220.         $this->loadTemplate("core/flashblock.html.twig""core/base-bootstrap.html.twig"45)->display($context);
  221.         
  222.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  223.         
  224.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  225.     }
  226.     // line 48
  227.     public function block_mainbodybody($context, array $blocks = [])
  228.     {
  229.         $macros $this->macros;
  230.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  231.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainbodybody"));
  232.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  233.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainbodybody"));
  234.         
  235.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  236.         
  237.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  238.     }
  239.     // line 52
  240.     public function block_mainbodyfooter($context, array $blocks = [])
  241.     {
  242.         $macros $this->macros;
  243.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  244.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainbodyfooter"));
  245.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  246.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainbodyfooter"));
  247.         // line 53
  248.         echo "        ";
  249.         $this->displayBlock('footertop'$context$blocks);
  250.         // line 54
  251.         echo "        ";
  252.         $this->loadTemplate("core/footer-kutululu.html.twig""core/base-bootstrap.html.twig"54)->display($context);
  253.         // line 55
  254.         echo "        ";
  255.         $this->loadTemplate("core/footer-partial-exitimpersonation.html.twig""core/base-bootstrap.html.twig"55)->display($context);
  256.         // line 56
  257.         echo "        ";
  258.         $this->displayBlock('footerbottom'$context$blocks);
  259.         // line 57
  260.         echo "    ";
  261.         
  262.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  263.         
  264.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  265.     }
  266.     // line 53
  267.     public function block_footertop($context, array $blocks = [])
  268.     {
  269.         $macros $this->macros;
  270.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  271.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footertop"));
  272.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  273.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footertop"));
  274.         
  275.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  276.         
  277.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  278.     }
  279.     // line 56
  280.     public function block_footerbottom($context, array $blocks = [])
  281.     {
  282.         $macros $this->macros;
  283.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  284.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footerbottom"));
  285.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  286.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footerbottom"));
  287.         
  288.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  289.         
  290.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  291.     }
  292.     // line 60
  293.     public function block_javascripts($context, array $blocks = [])
  294.     {
  295.         $macros $this->macros;
  296.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  297.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  298.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  299.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  300.         // line 61
  301.         echo "    ";
  302.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  303.         echo "
  304. ";
  305.         
  306.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  307.         
  308.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  309.     }
  310.     public function getTemplateName()
  311.     {
  312.         return "core/base-bootstrap.html.twig";
  313.     }
  314.     public function isTraitable()
  315.     {
  316.         return false;
  317.     }
  318.     public function getDebugInfo()
  319.     {
  320.         return array (  369 => 61,  359 => 60,  341 => 56,  323 => 53,  313 => 57,  310 => 56,  307 => 55,  304 => 54,  301 => 53,  291 => 52,  273 => 48,  254 => 45,  236 => 43,  218 => 32,  205 => 28,  196 => 21,  186 => 20,  167 => 8,  155 => 63,  153 => 60,  149 => 58,  147 => 52,  142 => 49,  140 => 48,  136 => 46,  134 => 45,  131 => 44,  129 => 43,  125 => 41,  121 => 39,  115 => 37,  113 => 36,  108 => 33,  106 => 32,  103 => 31,  101 => 20,  95 => 17,  90 => 15,  86 => 14,  82 => 13,  78 => 12,  74 => 11,  70 => 10,  65 => 8,  56 => 2,  53 => 1,);
  321.     }
  322.     public function getSourceContext()
  323.     {
  324.         return new Source("<!DOCTYPE html>
  325. <html lang=\"{{  app.request.getLocale() }}\">
  326. <head>
  327.     <meta charset=\"UTF-8\">
  328.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  329.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  330.     <title>{% block title %}Horský průvodce{% endblock %}</title>
  331.     <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"{{ asset('/client-assets/apple-touch-icon.png') }}\">
  332.     <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"{{ asset('/client-assets/favicon-32x32.png') }}\">
  333.     <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"{{ asset('/client-assets/favicon-16x16.png') }}\">
  334.     <link rel=\"manifest\" href=\"{{ asset('/client-assets/site.webmanifest') }}\">
  335.     <link rel=\"mask-icon\" href=\"{{ asset('/client-assets/safari-pinned-tab.svg') }}\" color=\"#000000\">
  336.     <link rel=\"shortcut icon\" href=\"{{ asset('/client-assets/favicon.ico') }}\">
  337.     <meta name=\"msapplication-TileColor\" content=\"#2b5797\">
  338.     <meta name=\"msapplication-config\" content=\"{{ asset('/client-assets/browserconfig.xml') }}\">
  339.     <meta name=\"theme-color\" content=\"#ffffff\">
  340.     {% block stylesheets %}
  341.         <!-- App global Fonts -->
  342.         <link href=\"https://fonts.googleapis.com/css?family=Lato|Source+Sans+Pro\" rel=\"stylesheet\">
  343.         <link href=\"https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700\" rel=\"stylesheet\">
  344.         <link href=\"https://fonts.googleapis.com/css?family=Roboto:300,400,500,700\" rel=\"stylesheet\">
  345.         <!-- App global CSS -->
  346.         {{ encore_entry_link_tags('app') }}
  347.     {% endblock %}
  348.     {%  block insidehead %}{% endblock %}
  349. </head>
  350. {% if mainbodyclasses is defined%}
  351. <body id=\"mainbody\" class=\"{{ mainbodyclasses }}\">
  352. {% else %}
  353. <body id=\"mainbody\">
  354. {% endif %}
  355. {% block mainbodyhead %}{% endblock %}
  356. {% block mainbodyflashes %}{% include('core/flashblock.html.twig') %}{% endblock %}
  357. <div id=\"mainbody-body\">
  358.     {% block mainbodybody %}{% endblock %}
  359. </div>
  360. <footer>
  361.     {% block mainbodyfooter %}
  362.         {% block footertop %}{% endblock %}
  363.         {% include ('core/footer-kutululu.html.twig') %}
  364.         {% include('core/footer-partial-exitimpersonation.html.twig') %}
  365.         {% block footerbottom %}{% endblock %}
  366.     {% endblock %}
  367. </footer>
  368. {% block javascripts %}
  369.     {{ encore_entry_script_tags('app') }}
  370. {% endblock %}
  371. </body><!-- mainbody -->
  372. </html>
  373. ""core/base-bootstrap.html.twig""/home/horskaskola/public_html/templates/core/base-bootstrap.html.twig");
  374.     }
  375. }