{% extends "base.html" %} {% block title %}{{ repo }}/{{ path }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %} {% if is_file %}
Parent [>]
Raw [>]
{{ content_html|safe }}
{% else %}
{% if path.is_empty() %} {% else %} .. - {% endif %} {% if entries.is_empty() %}

Empty directory.

{% else %} {% for entry in entries %} {% if entry.is_dir %}{{ entry.name }}/{% else %}{{ entry.name }}{% endif %} {% if entry.is_dir %}-{% else %}{{ entry.size }}{% endif %} {% endfor %} {% endif %}
{% endif %} {% endblock %} {% block scripts %} {% if is_file %} {% endif %} {% endblock %}