<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* ./partials/layout/preloader.html.twig */
class __TwigTemplate_56e6de228cd9102de27bb3c191bcf8d8 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "./partials/layout/preloader.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "./partials/layout/preloader.html.twig"));
// line 1
$context["logos"] = $this->extensions['Sulu\Bundle\SnippetBundle\Twig\SnippetAreaTwigExtension']->loadByArea("logos_area", null);
// line 2
echo "<div id=\"preloader\" class=\"fixed inset-0 flex items-center justify-center bg-blue z-[1000]\">
<div class=\" text-center\">
<div class=\"text-[2.625rem] tracking-[0.08em] leading-none uppercase overflow-hidden\">
<div class=\"preloader-title pl-[0.08em] translate-y-full text-white\">";
// line 6
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["logos"] ?? null), "content", [], "any", false, false, false, 6), "logoTitle", [], "any", false, false, false, 6), "html", null, true);
echo "</div>
</div>
<div class=\"text-[0.938rem] tracking-[0.33em] leading-none uppercase mt-4 overflow-hidden\">
<div class=\"preloader-subtitle pl-[0.33em] -translate-y-full text_yellow\" >";
// line 9
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["logos"] ?? null), "content", [], "any", false, false, false, 9), "logoSubTitle", [], "any", false, false, false, 9), "html", null, true);
echo "</div>
</div>
</div>
</div>";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
public function getTemplateName()
{
return "./partials/layout/preloader.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 57 => 9, 51 => 6, 45 => 2, 43 => 1,);
}
public function getSourceContext()
{
return new Source("{% set logos = sulu_snippet_load_by_area('logos_area',null) %}
<div id=\"preloader\" class=\"fixed inset-0 flex items-center justify-center bg-blue z-[1000]\">
<div class=\" text-center\">
<div class=\"text-[2.625rem] tracking-[0.08em] leading-none uppercase overflow-hidden\">
<div class=\"preloader-title pl-[0.08em] translate-y-full text-white\">{{ logos.content.logoTitle }}</div>
</div>
<div class=\"text-[0.938rem] tracking-[0.33em] leading-none uppercase mt-4 overflow-hidden\">
<div class=\"preloader-subtitle pl-[0.33em] -translate-y-full text_yellow\" >{{ logos.content.logoSubTitle }}</div>
</div>
</div>
</div>", "./partials/layout/preloader.html.twig", "/home/clients/27e4eb6afe64c67f100a17cbd6809e7c/var/www/oakas-lane/templates/partials/layout/preloader.html.twig");
}
}