File: D:/web/matomo.vdk/tmp/templates_c/8c/8c479dc720d8eff731b8debd0607ebe7.php
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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;
/* @CoreHome/_loader.twig */
class __TwigTemplate_6412a48ece7d422bc46aff40e4ede06b 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;
yield "<span class=\"matomo-loader\"><span></span><span></span><span></span></span>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@CoreHome/_loader.twig";
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ();
}
public function getSourceContext()
{
return new Source("<span class=\"matomo-loader\"><span></span><span></span><span></span></span>
", "@CoreHome/_loader.twig", "D:\\web\\matomo.vdk\\plugins\\CoreHome\\templates\\_loader.twig");
}
}