{% extends "base.html" %} {% load markup %} {% block navigation %} {% endblock %} {% block header %}

{{ repo.name }}
clone your own copy | download snapshot

{% comment %}
{% endcomment %} {% endblock %} {% block content %}
{% if root %}

About {{ breadcrumb.name }}

{% if not README %}

{{ repo.name }}

{% endif %}
{{ README|markdown|urlize|safe }}
{% endif %}

Snapshots | iceberg

{% if repo.iceberg.files %} {% for ice in repo.iceberg.files|dictsortreversed:"datetime" %}
{% endfor %} {% else %}
No images in this repository’s iceberg at this time
{% endif %}

Inside this repository

{% block vc_content %} {% endblock %}
{% if root %}

Log

{% include "commit-list.html" %}
{% endif %}
{% endblock %} {% block footer %} {% include "partials/footer.html" %} {% endblock %} {% block js %} {{ block.super }} {% endblock %}