Django Template Filter - linebreaks

Definition and Usage

The linebreaks filter replaces line breaks with <br> and double line breaks with <p>.

See also the linebreaksbr filter.

Syntax

{{ value|linebreaks }}

Template filters are defined by using a pipe | character followed by the name of the filter.