Your IP : 18.224.51.145


Current Path : /home/sudancam/public_html3/games/wp-content/plugins/mailpoet/generated/twig/b1/
Upload File :
Current File : //home/sudancam/public_html3/games/wp-content/plugins/mailpoet/generated/twig/b1/b1ce79c3b12820096f38615aee5803f4ab84ec364c68f67ef724bb1f69280c67.php

<?php

if (!defined('ABSPATH')) exit;


use MailPoetVendor\Twig\Environment;
use MailPoetVendor\Twig\Error\LoaderError;
use MailPoetVendor\Twig\Error\RuntimeError;
use MailPoetVendor\Twig\Extension\SandboxExtension;
use MailPoetVendor\Twig\Markup;
use MailPoetVendor\Twig\Sandbox\SecurityError;
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedTagError;
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedFilterError;
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedFunctionError;
use MailPoetVendor\Twig\Source;
use MailPoetVendor\Twig\Template;

/* newsletter/templates/blocks/image/widget.hbs */
class __TwigTemplate_98cd4bc3771d4a3d911f3eef96f2f99cef5cb79a7599b5cba8a24de2383b2b4a 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
        echo "<div class=\"mailpoet_widget_icon\">
";
        // line 2
        echo \MailPoetVendor\twig_source($this->env, "newsletter/templates/svg/block-icons/image.svg");
        echo "
</div>
<div class=\"mailpoet_widget_title\">";
        // line 4
        echo $this->extensions['MailPoet\Twig\I18n']->translate("Image");
        echo "</div>
";
    }

    public function getTemplateName()
    {
        return "newsletter/templates/blocks/image/widget.hbs";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  45 => 4,  40 => 2,  37 => 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "newsletter/templates/blocks/image/widget.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/image/widget.hbs");
    }
}