source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "

"; yield $this->extensions['MailPoet\Twig\I18n']->translate("Header"); yield "

"; // line 3 yield $this->extensions['MailPoet\Twig\I18n']->translate("Text"); yield "
"; // line 30 yield $this->extensions['MailPoet\Twig\I18n']->translate("Links"); yield "
"; // line 42 yield $this->extensions['MailPoet\Twig\I18n']->translate("Background"); yield "
env->getRuntime('MailPoetVendor\Twig\Runtime\EscaperRuntime')->escape($this->extensions['MailPoet\Twig\I18n']->translate("Done"), "html_attr"); yield "\" />

"; // line 70 yield MailPoet\Util\Helpers::replaceLinkTags($this->extensions['MailPoet\Twig\I18n']->translate("If an email client [link]does not support a custom web font[/link], a similar standard font will be used instead."), "https://kb.mailpoet.com/article/176-which-fonts-can-be-used-in-mailpoet#custom-web-fonts", ["target" => "_blank"]); yield "

"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "newsletter/templates/blocks/header/settings.hbs"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 141 => 70, 135 => 67, 126 => 61, 117 => 55, 108 => 49, 98 => 42, 86 => 33, 80 => 30, 60 => 13, 52 => 8, 44 => 3, 38 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/blocks/header/settings.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/header/settings.hbs"); } }