{% from 'subbroken.html' import may_break %}
{% for item in seq %}
{{ may_break(item) }}
{% endfor %}