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 2 echo $this->extensions['MailPoet\Twig\I18n']->translate("Styles"); echo "

{{#if isWoocommerceTransactional}}
"; // line 10 echo $this->extensions['MailPoet\Twig\I18n']->translate("Branding color"); echo "

{{/if}}
"; // line 36 echo $this->extensions['MailPoet\Twig\I18n']->translate("Text"); echo "
{{#unless isWoocommerceTransactional}}
"; // line 61 echo $this->extensions['MailPoet\Twig\I18n']->translate("Heading 1"); echo "
"; // line 85 echo $this->extensions['MailPoet\Twig\I18n']->translate("Heading 2"); echo "
"; // line 109 echo $this->extensions['MailPoet\Twig\I18n']->translate("Heading 3"); echo "
"; // line 114 echo $this->extensions['MailPoet\Twig\I18n']->translate("Links"); echo "

{{/unless}}
"; // line 143 echo $this->extensions['MailPoet\Twig\I18n']->translate("Content background"); echo "
"; // line 148 echo $this->extensions['MailPoet\Twig\I18n']->translate("Global background"); 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"); } }