source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
extensions['MailPoet\Twig\I18n']->translate("Click to toggle");
echo "\">
";
// line 151
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/components/sidebar/styles.hbs";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 250 => 151, 244 => 148, 236 => 143, 219 => 129, 206 => 119, 196 => 114, 188 => 109, 174 => 98, 165 => 92, 155 => 85, 141 => 74, 132 => 68, 122 => 61, 108 => 50, 99 => 44, 88 => 36, 74 => 25, 65 => 19, 53 => 10, 42 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "newsletter/templates/components/sidebar/styles.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/components/sidebar/styles.hbs");
}
}