var/cache/website/dev/twig/ef/ef2bb3bf3968efb324c9c2a986b75fc1.php line 33

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. /* ./partials/layout/preloader.html.twig */
  14. class __TwigTemplate_56e6de228cd9102de27bb3c191bcf8d8 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.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""./partials/layout/preloader.html.twig"));
  31.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""./partials/layout/preloader.html.twig"));
  33.         // line 1
  34.         $context["logos"] = $this->extensions['Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension']->loadByArea("logos_area"null);
  35.         // line 2
  36.         echo "<div id=\"preloader\" class=\"fixed inset-0 flex items-center justify-center bg-blue z-[1000]\">
  37.   <div class=\" text-center\">
  38.     <div class=\"text-[2.625rem] tracking-[0.08em] leading-none uppercase overflow-hidden\">
  39.       <div class=\"preloader-title pl-[0.08em] translate-y-full text-white\">";
  40.         // line 6
  41.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["logos"] ?? null), "content", [], "any"falsefalsefalse6), "logoTitle", [], "any"falsefalsefalse6), "html"nulltrue);
  42.         echo "</div>
  43.     </div>
  44.     <div class=\"text-[0.938rem] tracking-[0.33em] leading-none uppercase mt-4 overflow-hidden\">
  45.       <div class=\"preloader-subtitle pl-[0.33em] -translate-y-full text_yellow\" >";
  46.         // line 9
  47.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["logos"] ?? null), "content", [], "any"falsefalsefalse9), "logoSubTitle", [], "any"falsefalsefalse9), "html"nulltrue);
  48.         echo "</div>
  49.     </div>
  50.   </div>
  51. </div>";
  52.         
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  54.         
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  56.     }
  57.     public function getTemplateName()
  58.     {
  59.         return "./partials/layout/preloader.html.twig";
  60.     }
  61.     public function isTraitable()
  62.     {
  63.         return false;
  64.     }
  65.     public function getDebugInfo()
  66.     {
  67.         return array (  57 => 9,  51 => 6,  45 => 2,  43 => 1,);
  68.     }
  69.     public function getSourceContext()
  70.     {
  71.         return new Source("{% set logos = sulu_snippet_load_by_area('logos_area',null) %}
  72. <div id=\"preloader\" class=\"fixed inset-0 flex items-center justify-center bg-blue z-[1000]\">
  73.   <div class=\" text-center\">
  74.     <div class=\"text-[2.625rem] tracking-[0.08em] leading-none uppercase overflow-hidden\">
  75.       <div class=\"preloader-title pl-[0.08em] translate-y-full text-white\">{{ logos.content.logoTitle }}</div>
  76.     </div>
  77.     <div class=\"text-[0.938rem] tracking-[0.33em] leading-none uppercase mt-4 overflow-hidden\">
  78.       <div class=\"preloader-subtitle pl-[0.33em] -translate-y-full text_yellow\" >{{ logos.content.logoSubTitle }}</div>
  79.     </div>
  80.   </div>
  81. </div>""./partials/layout/preloader.html.twig""/home/clients/27e4eb6afe64c67f100a17cbd6809e7c/var/www/oakas-lane/templates/partials/layout/preloader.html.twig");
  82.     }
  83. }