{{ path }}
{% if empty %}

{{ empty_label or "No unstaged changes" }}

{% else %}
{% for line in lines %}{{ line.text | e }}
{% endfor %}
{% endif %}