{% 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" %}
{% if let Some(html) = readme_html %}
{{ html|safe }}
{% endif %}
{% endblock %}