{% extends "_layout.html" %} {% block content %}

Browse {{ path }}

{% for folder in folders %} {% endfor %} {% for branch in branches %} {% endfor %}
Parent Folder ..
Folder {{ folder }}
Branch {{ branch }}

Trunk Informations

Project informations (README)

{{ readme|hideemail }}
{% endblock content %}