I have text saved in a database record that looks like this.
This is the text This is on a new line with a space in between
When I output it o
Use linebreaks or linebreaksbr filter:
{{ text|linebreaks }}
Or surround the text with ....
...
{{ text }}