{% let tab = "code" %}
{% let archive_ref = branch %}
{% include "partials/repo_tabs.html" %}
{{ branch }}
{% for (name, full) in breadcrumbs %}
/ {{ name }}
{% endfor %}
{% let upload_path = path %}
{% include "partials/branch_bar.html" %}
{% for e in entries %}
-
{% if e.is_dir %}
{{ e.name }}
{{ e.commit_message }}
{{ e.commit_time }}
Download
{% else %}
{{ e.name }}
{{ e.commit_message }}
{{ e.commit_time }}
{% endif %}
{% endfor %}
{% if let Some(html) = readme_html %}
{{ html|safe }}
{% endif %}
{% endblock %}