var/cache/dev/twig/12/12f544af395e8bc35f30e3299722ff9a.php line 38

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_68399956b1162c8051a1faa809625013 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.             'javascripts' => [$this'block_javascripts'],
  27.             'bodyClass' => [$this'block_bodyClass'],
  28.             'body' => [$this'block_body'],
  29.         ];
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  38.         // line 1
  39.         echo "<!DOCTYPE html>
  40. <html lang=\"en\">
  41.     <head>
  42.         <meta charset=\"UTF-8\">
  43.         <title>";
  44.         // line 5
  45.         $this->displayBlock('title'$context$blocks);
  46.         echo " | Rap Battle Online</title>
  47.         <link rel=\"icon\" href=\"";
  48.         // line 6
  49.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/favicons/favicon-32x32.png"), "html"nulltrue);
  50.         echo "\" sizes=\"32x32\">
  51.         <link rel=\"icon\" href=\"";
  52.         // line 7
  53.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/favicons/favicon.ico"), "html"nulltrue);
  54.         echo "\" type=\"image/svg+xml\">
  55.         <link rel=\"apple-touch-icon\" href=\"";
  56.         // line 8
  57.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/favicons/android-chrome-192x192.png"), "html"nulltrue);
  58.         echo "\"><!-- 180×180 -->
  59.         <link rel=\"manifest\" href=\"";
  60.         // line 9
  61.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/favicons/site.webmanifest"), "html"nulltrue);
  62.         echo "\">
  63.         ";
  64.         // line 10
  65.         $this->displayBlock('stylesheets'$context$blocks);
  66.         // line 13
  67.         echo "
  68.         ";
  69.         // line 14
  70.         $this->displayBlock('javascripts'$context$blocks);
  71.         // line 17
  72.         echo "    </head>
  73.     <body class=\"";
  74.         // line 18
  75.         $this->displayBlock('bodyClass'$context$blocks);
  76.         echo "\">
  77.         ";
  78.         // line 19
  79.         $this->loadTemplate("components/navigation/navigation.html.twig""base.html.twig"19)->display($context);
  80.         // line 20
  81.         echo "
  82.         ";
  83.         // line 21
  84.         $this->displayBlock('body'$context$blocks);
  85.         // line 22
  86.         echo "
  87.         ";
  88.         // line 23
  89.         $this->loadTemplate("components/footer/footer.html.twig""base.html.twig"23)->display($context);
  90.         // line 24
  91.         echo "
  92.         ";
  93.         // line 25
  94.         $this->loadTemplate("components/parts/modals.html.twig""base.html.twig"25)->display($context);
  95.         // line 26
  96.         echo "        <audio id=\"audioModule\" src=\"\"></audio>
  97.     </body>
  98. </html>
  99. ";
  100.         
  101.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  102.         
  103.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  104.     }
  105.     // line 5
  106.     public function block_title($context, array $blocks = [])
  107.     {
  108.         $macros $this->macros;
  109.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  110.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  111.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  112.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  113.         
  114.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  115.         
  116.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  117.     }
  118.     // line 10
  119.     public function block_stylesheets($context, array $blocks = [])
  120.     {
  121.         $macros $this->macros;
  122.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  123.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  124.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  125.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  126.         // line 11
  127.         echo "            ";
  128.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  129.         echo "
  130.         ";
  131.         
  132.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  133.         
  134.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  135.     }
  136.     // line 14
  137.     public function block_javascripts($context, array $blocks = [])
  138.     {
  139.         $macros $this->macros;
  140.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  141.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  142.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  143.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  144.         // line 15
  145.         echo "            ";
  146.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  147.         echo "
  148.         ";
  149.         
  150.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  151.         
  152.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  153.     }
  154.     // line 18
  155.     public function block_bodyClass($context, array $blocks = [])
  156.     {
  157.         $macros $this->macros;
  158.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  159.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bodyClass"));
  160.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  161.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bodyClass"));
  162.         
  163.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  164.         
  165.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  166.     }
  167.     // line 21
  168.     public function block_body($context, array $blocks = [])
  169.     {
  170.         $macros $this->macros;
  171.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  172.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  173.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  174.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  175.         
  176.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  177.         
  178.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  179.     }
  180.     /**
  181.      * @codeCoverageIgnore
  182.      */
  183.     public function getTemplateName()
  184.     {
  185.         return "base.html.twig";
  186.     }
  187.     /**
  188.      * @codeCoverageIgnore
  189.      */
  190.     public function isTraitable()
  191.     {
  192.         return false;
  193.     }
  194.     /**
  195.      * @codeCoverageIgnore
  196.      */
  197.     public function getDebugInfo()
  198.     {
  199.         return array (  200 => 21,  182 => 18,  169 => 15,  159 => 14,  146 => 11,  136 => 10,  118 => 5,  105 => 26,  103 => 25,  100 => 24,  98 => 23,  95 => 22,  93 => 21,  90 => 20,  88 => 19,  84 => 18,  81 => 17,  79 => 14,  76 => 13,  74 => 10,  70 => 9,  66 => 8,  62 => 7,  58 => 6,  54 => 5,  48 => 1,);
  200.     }
  201.     public function getSourceContext()
  202.     {
  203.         return new Source("<!DOCTYPE html>
  204. <html lang=\"en\">
  205.     <head>
  206.         <meta charset=\"UTF-8\">
  207.         <title>{% block title %}{% endblock %} | Rap Battle Online</title>
  208.         <link rel=\"icon\" href=\"{{ asset('build/images/favicons/favicon-32x32.png') }}\" sizes=\"32x32\">
  209.         <link rel=\"icon\" href=\"{{ asset('build/images/favicons/favicon.ico') }}\" type=\"image/svg+xml\">
  210.         <link rel=\"apple-touch-icon\" href=\"{{ asset('build/images/favicons/android-chrome-192x192.png') }}\"><!-- 180×180 -->
  211.         <link rel=\"manifest\" href=\"{{ asset('build/images/favicons/site.webmanifest') }}\">
  212.         {% block stylesheets %}
  213.             {{ encore_entry_link_tags('app') }}
  214.         {% endblock %}
  215.         {% block javascripts %}
  216.             {{ encore_entry_script_tags('app') }}
  217.         {% endblock %}
  218.     </head>
  219.     <body class=\"{% block bodyClass %}{% endblock %}\">
  220.         {% include \"components/navigation/navigation.html.twig\" %}
  221.         {% block body %}{% endblock %}
  222.         {% include \"components/footer/footer.html.twig\" %}
  223.         {% include \"components/parts/modals.html.twig\" %}
  224.         <audio id=\"audioModule\" src=\"\"></audio>
  225.     </body>
  226. </html>
  227. ""base.html.twig""/home/u568363158/domains/rapbattleonline.com/public_html/templates/base.html.twig");
  228.     }
  229. }