I'd like to do something like this, where I'm trying to keep the line breaks that I have in the data.
<div>
<p> {{outputline}} </p>
</div>
where outputline is hello\r\nworld
or hello<br>world
Both of which I've tried. I can do it in a more complex way with outputline1, outputline2, etc.
Any suggestions?