source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
{{ model.styles.block.height }}
";
// line 7
echo \MailPoetVendor\twig_source($this->env, "newsletter/templates/svg/block-icons/spacer.svg");
echo "
";
}
public function getTemplateName()
{
return "newsletter/templates/blocks/spacer/block.hbs";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 45 => 7, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "newsletter/templates/blocks/spacer/block.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/spacer/block.hbs");
}
}