I’m trying to use a snippet to include complicated HTML structures in an Email Template (like an invoice details, for example).
The snippet does show up in the body preview and I can click on it and set the properties and all, but when the actual email is sent the snippet is not transformed and all I see is the figure tag.
I’m sorry but I don’t understand what you mean because I’m not rendering a partial, it’s a snippet. I actually see that the <figure> tag has all the data I’m configuring in the preview pane, but the code of the actual snippet partial is never actually rendered and it stays just a <figure> tag in the final email that is sent. I don’t see where I could put the |content filter here. When I click the snippet icon to insert a snippet, it’s the <figure> tag that’s inserted, not a {% partial %} block. I’m scratching my head…