1 2 3 4 5 6
{% from 'subbroken.html' import may_break %} <ul> {% for item in seq %} <li>{{ may_break(item) }}</li> {% endfor %} </ul>