var/cache/dev/twig/34/342e24c97bb658b1444e5108960eebeb.php line 36

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. /* @Flexy/FrontBundle/templates/announce/layout.html.twig */
  14. class __TwigTemplate_37d5ddd3c37313feb44ba232a9747606 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.             'stylesheets' => [$this'block_stylesheets'],
  25.             'body' => [$this'block_body'],
  26.             'javascripts' => [$this'block_javascripts'],
  27.         ];
  28.     }
  29.     protected function doDisplay(array $context, array $blocks = [])
  30.     {
  31.         $macros $this->macros;
  32.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  33.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Flexy/FrontBundle/templates/announce/layout.html.twig"));
  34.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  35.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Flexy/FrontBundle/templates/announce/layout.html.twig"));
  36.         // line 1
  37.         echo "<!doctype html>
  38. <html class=\"no-js\" lang=\"fr\">
  39.     
  40. <!-- index28:48-->
  41.     ";
  42.         // line 7
  43.         $this->displayBlock('stylesheets'$context$blocks);
  44.         // line 20
  45.         echo "    <body>
  46.     <!--[if lt IE 8]>
  47. \t\t<p class=\"browserupgrade\">You are using an <strong>outdated</strong> browser. Please <a href=\"http://browsehappy.com/\">upgrade your browser</a> to improve your experience.</p>
  48. \t<![endif]-->
  49.        
  50.         ";
  51.         // line 25
  52.         $this->loadTemplate("@Flexy/FrontBundle/templates/announce/_header.html.twig""@Flexy/FrontBundle/templates/announce/layout.html.twig"25)->display($context);
  53.         // line 26
  54.         echo "
  55.         ";
  56.         // line 27
  57.         $this->displayBlock('body'$context$blocks);
  58.         // line 30
  59.         echo "
  60.         ";
  61.         // line 33
  62.         $this->loadTemplate("@Flexy/FrontBundle/templates/announce/_footer.html.twig""@Flexy/FrontBundle/templates/announce/layout.html.twig"33)->display($context);
  63.         // line 34
  64.         echo "
  65.         ";
  66.         // line 35
  67.         $this->displayBlock('javascripts'$context$blocks);
  68.         // line 38
  69.         echo "    </body>
  70. <!-- index30:23-->
  71. </html>";
  72.         
  73.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  74.         
  75.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  76.     }
  77.     // line 7
  78.     public function block_stylesheets($context, array $blocks = [])
  79.     {
  80.         $macros $this->macros;
  81.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  82.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  83.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  84.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  85.         // line 8
  86.         $this->loadTemplate("@Flexy/FrontBundle/templates/_head.html.twig""@Flexy/FrontBundle/templates/announce/layout.html.twig"8)->display($context);
  87.         // line 9
  88.         echo "
  89. <style>
  90.     
  91. header a{
  92.         color:white;
  93.     }
  94.     header a.active{
  95.         color:#ff5c5b;
  96.     }
  97. </style>
  98.     ";
  99.         
  100.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  101.         
  102.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  103.     }
  104.     // line 27
  105.     public function block_body($context, array $blocks = [])
  106.     {
  107.         $macros $this->macros;
  108.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  109.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  110.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  111.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  112.         // line 28
  113.         echo "
  114.         ";
  115.         
  116.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  117.         
  118.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  119.     }
  120.     // line 35
  121.     public function block_javascripts($context, array $blocks = [])
  122.     {
  123.         $macros $this->macros;
  124.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  125.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  126.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  127.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  128.         // line 36
  129.         echo "            ";
  130.         $this->loadTemplate("@Flexy/FrontBundle/templates/_javascripts.html.twig""@Flexy/FrontBundle/templates/announce/layout.html.twig"36)->display($context);
  131.         // line 37
  132.         echo "        ";
  133.         
  134.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  135.         
  136.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  137.     }
  138.     public function getTemplateName()
  139.     {
  140.         return "@Flexy/FrontBundle/templates/announce/layout.html.twig";
  141.     }
  142.     public function isTraitable()
  143.     {
  144.         return false;
  145.     }
  146.     public function getDebugInfo()
  147.     {
  148.         return array (  161 => 37,  158 => 36,  148 => 35,  137 => 28,  127 => 27,  107 => 9,  105 => 8,  95 => 7,  82 => 38,  80 => 35,  77 => 34,  75 => 33,  70 => 30,  68 => 27,  65 => 26,  63 => 25,  56 => 20,  54 => 7,  46 => 1,);
  149.     }
  150.     public function getSourceContext()
  151.     {
  152.         return new Source("<!doctype html>
  153. <html class=\"no-js\" lang=\"fr\">
  154.     
  155. <!-- index28:48-->
  156.     {% block stylesheets %}
  157. {% include \"@Flexy/FrontBundle/templates/_head.html.twig\" %}
  158. <style>
  159.     
  160. header a{
  161.         color:white;
  162.     }
  163.     header a.active{
  164.         color:#ff5c5b;
  165.     }
  166. </style>
  167.     {% endblock %}
  168.     <body>
  169.     <!--[if lt IE 8]>
  170. \t\t<p class=\"browserupgrade\">You are using an <strong>outdated</strong> browser. Please <a href=\"http://browsehappy.com/\">upgrade your browser</a> to improve your experience.</p>
  171. \t<![endif]-->
  172.        
  173.         {% include \"@Flexy/FrontBundle/templates/announce/_header.html.twig\" %}
  174.         {% block body %}
  175.         {% endblock %}
  176.         {% include \"@Flexy/FrontBundle/templates/announce/_footer.html.twig\" %}
  177.         {% block javascripts %}
  178.             {% include \"@Flexy/FrontBundle/templates/_javascripts.html.twig\" %}
  179.         {% endblock %}
  180.     </body>
  181. <!-- index30:23-->
  182. </html>""@Flexy/FrontBundle/templates/announce/layout.html.twig""/home/gebcloud/public_html/omall.gebanalysis.cloud/src/Flexy/FrontBundle/templates/announce/layout.html.twig");
  183.     }
  184. }