var/cache/dev/twig/1c/1c8266856b245e414b9390d0ce622de6.php line 34

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. /* @PimcorePortalEngine/layout/login.html.twig */
  14. class __TwigTemplate_e081931478e4dfbe297e23fc5eddd88b 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.             'content' => [$this'block_content'],
  25.         ];
  26.     }
  27.     protected function doDisplay(array $context, array $blocks = [])
  28.     {
  29.         $macros $this->macros;
  30.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  31.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@PimcorePortalEngine/layout/login.html.twig"));
  32.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  33.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@PimcorePortalEngine/layout/login.html.twig"));
  34.         // line 1
  35.         echo "<!DOCTYPE html>
  36. <html lang=\"";
  37.         // line 2
  38.         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), "locale", [], "any"falsefalsefalse2), "html"nulltrue);
  39.         echo "\">
  40. <head>
  41.     ";
  42.         // line 4
  43.         echo twig_include($this->env$context"@PimcorePortalEngine/shared/layout/head.html.twig");
  44.         echo "
  45. </head>
  46. <body class=\"full-height-layout\">
  47. ";
  48.         // line 10
  49.         $this->displayBlock('content'$context$blocks);
  50.         // line 12
  51.         echo "
  52. ";
  53.         // line 13
  54.         echo $this->extensions['Pimcore\Bundle\PortalEngineBundle\Twig\ConfigExtension']->getFrontendConfig();
  55.         echo "
  56. ";
  57.         // line 19
  58.         echo "
  59. </body>
  60. </html>";
  61.         
  62.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  63.         
  64.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  65.     }
  66.     // line 10
  67.     public function block_content($context, array $blocks = [])
  68.     {
  69.         $macros $this->macros;
  70.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  71.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  72.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  73.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  74.         
  75.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  76.         
  77.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  78.     }
  79.     public function getTemplateName()
  80.     {
  81.         return "@PimcorePortalEngine/layout/login.html.twig";
  82.     }
  83.     public function isTraitable()
  84.     {
  85.         return false;
  86.     }
  87.     public function getDebugInfo()
  88.     {
  89.         return array (  84 => 10,  72 => 19,  66 => 13,  63 => 12,  61 => 10,  52 => 4,  47 => 2,  44 => 1,);
  90.     }
  91.     public function getSourceContext()
  92.     {
  93.         return new Source("<!DOCTYPE html>
  94. <html lang=\"{{ app.request.locale }}\">
  95. <head>
  96.     {{ include(\"@PimcorePortalEngine/shared/layout/head.html.twig\") }}
  97. </head>
  98. <body class=\"full-height-layout\">
  99. {% block content %}
  100. {% endblock %}
  101. {{ portalEngine_frontendConfig() | raw }}
  102. {#{% block javascripts %}#}
  103. {#    {{ encore_entry_script_tags('content', null, webpack_build()) }}#}
  104. {#{% endblock %}#}
  105. </body>
  106. </html>""@PimcorePortalEngine/layout/login.html.twig""/var/www/html/siteone/vendor/pimcore/portal-engine/src/Resources/views/layout/login.html.twig");
  107.     }
  108. }