Hi all,
It’s probably a simple question, but I can’t find the answer. I have an object in my page (a restaurant), and it has a description field. The field is a big piece of text, and can contain some simple markup, like line breaks (<br>
, or </p>
).
However, when I display it like {{restaurant.description}}, the <br>
s are displayed as is. If I replace them with \n, it also doesn’t work, the \n isn’t handled. So, my question is: how do I handle line breaks in variable output?
Thanks,
Erik