{% extends "layout.html" %} {% block title %}{{ path }} · {{ owner.username }}/{{ repo.name }} — kitgit{% endblock %} {% block head %} {% if is_markdown %} {% include "partials/katex.html" %} {% endif %} {% 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 %} / {% if loop.last %} {{ name }} {% else %} {{ name }} {% endif %} {% endfor %} · {{ size }} bytes

{{ path }}
{% if binary %}

Binary file.

{% else if let Some(html) = content_html %} {% if is_markdown %}
{{ html|safe }}
{% else %} {{ html|safe }} {% endif %} {% endif %}
{% endblock %}