You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using pebble templates and it works perfectly. Easy setup and quick to go. I am running into 1 small issue. I want to pass html to 1 of my templates using parameters like this:
pebbleTemplate.evaluate(writer, parameters);
I am using pebble to create html emails and I want to allow breaklines ( ) in my email. How can I pass html to a template and not have the < and > symbols escaped?
Thanks in advance
Martijn
The text was updated successfully, but these errors were encountered:
I am using pebble templates and it works perfectly. Easy setup and quick to go. I am running into 1 small issue. I want to pass html to 1 of my templates using parameters like this:
pebbleTemplate.evaluate(writer, parameters);
I am using pebble to create html emails and I want to allow breaklines (
) in my email. How can I pass html to a template and not have the < and > symbols escaped?
Thanks in advance
Martijn
The text was updated successfully, but these errors were encountered: