{% extends "app.html" %} {% block header_text %}{{ username }}/{{ repo_name }}{% endblock %} {% block sidebar %}{% endblock %} {% block main %}
Branch:
{{ repo_name }} {% if rel_path %} {% set parts = rel_path.split('/') %} {% set cumulative = '' %} {% for part in parts %} {% if cumulative %} {% set cumulative = cumulative + '/' + part %} {% else %} {% set cumulative = part %} {% endif %} / {{ part }} {% endfor %} {% endif %}
No files found.
{% endif %}