{% macro linebreaks_for_string( the_string ) -%} {% if the_string %} {% for line in the_string.split('\n') %}
{{ line }}