1 2 3 4 5 6 7
{% for line in doc_lines %} {% if line %} {{ indent }} * {{ line }} {% else %} {{ indent }} * {% endif %} {% endfor %}