{% fragment content navigation main listing blob %} {%if current_path %} {{ current_path }} -- git-browser {% else %} git-browser {% endif %} {% endfragment %}
{% fragment content %}

{% fragment navigation %} {% endfragment %}

{% fragment main %}

{{ current_project }} – {{ current_rev }} [download] {% for breadcrumb in breadcrumbs(current_path) %} {% if loop.first %}– {% else %} / {% endif %} {{ breadcrumb.fragment }} {% endfor %} {% if type == "blob" %} [raw] {% endif %}

{% fragment listing %}
  • .
  • {% if parent_path is not none %}
  • ..
  • {% endif %} {% for child in children %} {% if child.mode == "Tree" %}
  • {{ child.name }}
  • {% else %}
  • {{ child.name }}
  • {% endif %} {% endfor %}
{% endfragment %}
{% fragment blob %} {% if content %} {{ content|safe }} {% endif %} {% endfragment %}
{% endfragment %}
{% endfragment %}