var/cache/dev/twig/a2/a2245a46422ee9ad730e55cf818b718f.php line 39

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. /* base.html.twig */
  14. class __TwigTemplate_1af57efb2ecc1e4a1f0d10197ba4a82b 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.             'title' => [$this'block_title'],
  25.             'stylesheets' => [$this'block_stylesheets'],
  26.             'logo' => [$this'block_logo'],
  27.             'header' => [$this'block_header'],
  28.             'body' => [$this'block_body'],
  29.             'javascripts' => [$this'block_javascripts'],
  30.         ];
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  39.         // line 1
  40.         echo "<!DOCTYPE html>
  41. <html lang=\"ru\">
  42.   <head>
  43.     <meta charset=\"UTF-8\">
  44.     <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">
  45.     <link href=\"favicon.ico\" rel=\"shortcut icon\">
  46.     <link rel=\"stylesheet\" href=\"css/style.css\">
  47.     <link rel=\"stylesheet\" href=\"css/cookie.css\">
  48.     <title>";
  49.         // line 9
  50.         $this->displayBlock('title'$context$blocks);
  51.         echo "</title>
  52.     <!--[if lt IE 9]><script src=\"http://html5shiv.googlecode.com/svn/trunk/html5.js\"></script><![endif]-->
  53.     ";
  54.         // line 11
  55.         $this->displayBlock('stylesheets'$context$blocks);
  56.         // line 12
  57.         echo "  </head>
  58.   <body>
  59.     <div class=\"container\">
  60.       <header class=\"header clearfix\">
  61.         <div class=\"logo\">";
  62.         // line 16
  63.         $this->displayBlock('logo'$context$blocks);
  64.         echo "</div>
  65.         ";
  66.         // line 17
  67.         $this->displayBlock('header'$context$blocks);
  68.         // line 18
  69.         echo "        ";
  70.         echo twig_include($this->env$context"_menu.html.twig");
  71.         echo "
  72.       </header>
  73.       <div class=\"info\">
  74.         <article class=\"clearfix\">
  75.           ";
  76.         // line 22
  77.         echo twig_include($this->env$context"_messages.html.twig");
  78.         echo "
  79.           ";
  80.         // line 23
  81.         echo twig_include($this->env$context"_loginout.html.twig");
  82.         echo "
  83.           ";
  84.         // line 24
  85.         $this->displayBlock('body'$context$blocks);
  86.         // line 25
  87.         echo "        </article>
  88.       </div>
  89.       <footer class=\"footer clearfix\">
  90.         <div class=\"copyright\">© 2020 Алексей Кляузер <alexey.abak@yandex.ru></div>
  91.         ";
  92.         // line 29
  93.         echo twig_include($this->env$context"_menu.html.twig");
  94.         echo "
  95.         ";
  96.         // line 30
  97.         echo twig_include($this->env$context"_cookies.html.twig");
  98.         echo "
  99.       </footer>
  100.       ";
  101.         // line 32
  102.         $this->displayBlock('javascripts'$context$blocks);
  103.         // line 33
  104.         echo "    </div>
  105.   </body>
  106. </html>
  107. ";
  108.         
  109.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  110.         
  111.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  112.     }
  113.     // line 9
  114.     public function block_title($context, array $blocks = [])
  115.     {
  116.         $macros $this->macros;
  117.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  118.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  119.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  120.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  121.         if (array_key_exists("title"$context)) {
  122.             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.'9$this->source); })()), "html"nulltrue);
  123.         } else {
  124.             echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Isocortex atrium", [], "messages");
  125.         }
  126.         
  127.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  128.         
  129.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  130.     }
  131.     // line 11
  132.     public function block_stylesheets($context, array $blocks = [])
  133.     {
  134.         $macros $this->macros;
  135.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  136.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  137.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  138.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  139.         
  140.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  141.         
  142.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  143.     }
  144.     // line 16
  145.     public function block_logo($context, array $blocks = [])
  146.     {
  147.         $macros $this->macros;
  148.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  149.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""logo"));
  150.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  151.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""logo"));
  152.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Isocortex atrium", [], "messages");
  153.         
  154.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  155.         
  156.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  157.     }
  158.     // line 17
  159.     public function block_header($context, array $blocks = [])
  160.     {
  161.         $macros $this->macros;
  162.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  163.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  164.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  165.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  166.         
  167.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  168.         
  169.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  170.     }
  171.     // line 24
  172.     public function block_body($context, array $blocks = [])
  173.     {
  174.         $macros $this->macros;
  175.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  176.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  177.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  178.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  179.         
  180.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  181.         
  182.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  183.     }
  184.     // line 32
  185.     public function block_javascripts($context, array $blocks = [])
  186.     {
  187.         $macros $this->macros;
  188.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  189.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  190.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  191.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  192.         
  193.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  194.         
  195.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  196.     }
  197.     /**
  198.      * @codeCoverageIgnore
  199.      */
  200.     public function getTemplateName()
  201.     {
  202.         return "base.html.twig";
  203.     }
  204.     /**
  205.      * @codeCoverageIgnore
  206.      */
  207.     public function isTraitable()
  208.     {
  209.         return false;
  210.     }
  211.     /**
  212.      * @codeCoverageIgnore
  213.      */
  214.     public function getDebugInfo()
  215.     {
  216.         return array (  222 => 32,  204 => 24,  186 => 17,  167 => 16,  149 => 11,  126 => 9,  113 => 33,  111 => 32,  106 => 30,  102 => 29,  96 => 25,  94 => 24,  90 => 23,  86 => 22,  78 => 18,  76 => 17,  72 => 16,  66 => 12,  64 => 11,  59 => 9,  49 => 1,);
  217.     }
  218.     public function getSourceContext()
  219.     {
  220.         return new Source("<!DOCTYPE html>
  221. <html lang=\"ru\">
  222.   <head>
  223.     <meta charset=\"UTF-8\">
  224.     <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">
  225.     <link href=\"favicon.ico\" rel=\"shortcut icon\">
  226.     <link rel=\"stylesheet\" href=\"css/style.css\">
  227.     <link rel=\"stylesheet\" href=\"css/cookie.css\">
  228.     <title>{% block title %}{% if title is defined %}{{ title }}{% else %}{% trans %}Isocortex atrium{% endtrans %}{% endif %}{% endblock %}</title>
  229.     <!--[if lt IE 9]><script src=\"http://html5shiv.googlecode.com/svn/trunk/html5.js\"></script><![endif]-->
  230.     {% block stylesheets %}{% endblock %}
  231.   </head>
  232.   <body>
  233.     <div class=\"container\">
  234.       <header class=\"header clearfix\">
  235.         <div class=\"logo\">{% block logo %}{% trans %}Isocortex atrium{% endtrans %}{% endblock %}</div>
  236.         {% block header %}{% endblock %}
  237.         {{ include('_menu.html.twig') }}
  238.       </header>
  239.       <div class=\"info\">
  240.         <article class=\"clearfix\">
  241.           {{ include('_messages.html.twig') }}
  242.           {{ include('_loginout.html.twig') }}
  243.           {% block body %}{% endblock %}
  244.         </article>
  245.       </div>
  246.       <footer class=\"footer clearfix\">
  247.         <div class=\"copyright\">© 2020 Алексей Кляузер <alexey.abak@yandex.ru></div>
  248.         {{ include('_menu.html.twig') }}
  249.         {{ include('_cookies.html.twig') }}
  250.       </footer>
  251.       {% block javascripts %}{% endblock %}
  252.     </div>
  253.   </body>
  254. </html>
  255. ""base.html.twig""/home/icon/var/www/isocortex.online/templates/base.html.twig");
  256.     }
  257. }