source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 70 echo 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"]); echo "
"; } public function getTemplateName() { return "newsletter/templates/blocks/header/settings.hbs"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 140 => 70, 134 => 67, 125 => 61, 116 => 55, 107 => 49, 97 => 42, 85 => 33, 79 => 30, 59 => 13, 51 => 8, 43 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/blocks/header/settings.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/header/settings.hbs"); } }