{% extends "layout.html" %} {% block title %}{{ path }} · {{ owner.username }}/{{ repo.name }} — kitgit{% endblock %} {% block content %}

{{ owner.username }}/{{ repo.name }}

{% 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 %}