{% extends "base.html" %} {% block content %}

{% if owner_path is startingwith('/teams/') %} {{ owner_slug }} {% else %} {% with user_link_href = owner_path, user_link_username = owner_slug, user_link_label = owner_slug, user_link_class = "link-primary" %} {% include "partials/hover_card_user_link.html" %} {% endwith %} {% endif %} / {{ repo.slug }}

Branch: {{ branch_label }}
{% set repo_tab = "files" %} {% set repo_tab_label = "Files" %} {% set repo_view_files_href = breadcrumbs[0].href %} {% include "partials/repo_tabs.html" %}
{% include "partials/repo_clone_url.html" %} {% with related_threads=linked_threads, related_threads_label="Referenced in threads" %} {% include "repo/partials/related_threads.html" %} {% endwith %}
{{ file_name }}
{{ file_path }}
{% if text %}
Raw
{% endif %}
{{ size }}
{{ mode }} ยท {{ commit_short }}
{% set nav_class = "mb-3 pearing-breadcrumb-case" %} {% set list_class = "breadcrumb mb-0" %} {% include "partials/breadcrumbs.html" %} {% if text %}
{% for line in lines %} {% endfor %}
{{ line.label }} {{ line.text }}
{% else %}

This file appears to be binary, so it is not rendered.

Object: {{ oid }}
{% endif %}
{% endblock %}