<?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;
use Twig\TemplateWrapper;

/* Mail/mjml/layout/embed/heading_h2.html.twig */
class __TwigTemplate_95b9cff9817ae67073104166820992ee extends Template
{
    private Source $source;
    /**
     * @var array<string, Template>
     */
    private array $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 = []): iterable
    {
        $macros = $this->macros;
        // line 1
        yield "<mj-wrapper full-width=\"full-width\" padding=\"0px\">
    <mj-section background-color=\"#fff\" full-width=\"full-width\" padding=\"0px\">
        <mj-column background-color=\"#F3F3F3\" padding=\"0px 10px\">
            <mj-text><h2>";
        // line 4
        yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(($context["title"] ?? null), [], CoreExtension::getAttribute($this->env, $this->source, ($context["options"] ?? null), "translationDomain", [], "any", false, false, false, 4));
        yield "</h2></mj-text>
        </mj-column>
    </mj-section>
</mj-wrapper>
";
        yield from [];
    }

    /**
     * @codeCoverageIgnore
     */
    public function getTemplateName(): string
    {
        return "Mail/mjml/layout/embed/heading_h2.html.twig";
    }

    /**
     * @codeCoverageIgnore
     */
    public function isTraitable(): bool
    {
        return false;
    }

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  47 => 4,  42 => 1,);
    }

    public function getSourceContext(): Source
    {
        return new Source("", "Mail/mjml/layout/embed/heading_h2.html.twig", "/var/www/fulfillment/api/templates/Mail/mjml/layout/embed/heading_h2.html.twig");
    }
}
