";
// line 4
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["section"] ?? null), "params", [], "any", false, false, false, 4), "newsletter_title", [], "any", false, false, false, 4), "html", null, true);
yield "
";
}
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "elements/newsletter.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 48 => 4, 44 => 2, 42 => 1,);
}
public function getSourceContext(): Source
{
return new Source("", "elements/newsletter.twig", "");
}
}