File: D:/web/matomo.circ/tmp/templates_c/f9/f965349d62195dc86deeafcb2e5c39e8.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;
/* @ProfessionalServices/promoSEOWebVitals.twig */
class __TwigTemplate_87c506094bf5f4b322a8aeade5653096 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;
// line 1
yield "<p class=\"alert-info alert\">Did you know?<br />
Use
<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"";
// line 3
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('trackmatomolink')->getCallable()("https://matomo.org/recommends/seo-web-vitals/"), "html", null, true);
yield "\">
SEO Web Vitals
</a>
to improve your website performance, rank higher in search results and optimise your visitor
experience with SEO Web Vitals.
</p>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@ProfessionalServices/promoSEOWebVitals.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 42 => 3, 38 => 1,);
}
public function getSourceContext()
{
return new Source("<p class=\"alert-info alert\">Did you know?<br />
Use
<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{{ 'https://matomo.org/recommends/seo-web-vitals/'|trackmatomolink }}\">
SEO Web Vitals
</a>
to improve your website performance, rank higher in search results and optimise your visitor
experience with SEO Web Vitals.
</p>
", "@ProfessionalServices/promoSEOWebVitals.twig", "D:\\web\\matomo.circ\\plugins\\ProfessionalServices\\templates\\promoSEOWebVitals.twig");
}
}