I am using Django for development, retrieving some text containing a newline character from the database. However, when I render it to a template using a template tag it doe
Not sure if I totally understand your question, but try using the linebreaks filter.
{{ value|linebreaks }}