File: D:/web/matomo.vdk/tmp/templates_c/fb/fb5f56c7d8e552b09e0e0543bf1e98c2.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;
/* @Marketplace/getPremiumFeatures.twig */
class __TwigTemplate_c53f5288dae2bf02035faa87c5ebb53a 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 "<div vue-entry=\"Marketplace.GetPremiumFeatures\" plugins=\"";
yield \Piwik\piwik_escape_filter($this->env, json_encode((isset($context["plugins"]) || array_key_exists("plugins", $context) ? $context["plugins"] : (function () { throw new RuntimeError('Variable "plugins" does not exist.', 1, $this->source); })())), "html", null, true);
yield "\"></div>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@Marketplace/getPremiumFeatures.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 38 => 1,);
}
public function getSourceContext()
{
return new Source("<div vue-entry=\"Marketplace.GetPremiumFeatures\" plugins=\"{{ plugins|json_encode }}\"></div>
", "@Marketplace/getPremiumFeatures.twig", "D:\\web\\matomo.vdk\\plugins\\Marketplace\\templates\\getPremiumFeatures.twig");
}
}