{% extends "base.html" %} {% block content %}
{% include "repo/explorer_header.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 and not too_large %}
{% endif %} {% if raw_url %}Raw{% endif %} {% if download_url %}Download{% endif %} History
{% with nav_class = "mb-3 pearing-breadcrumb-case", list_class = "breadcrumb mb-0" %} {% include "partials/breadcrumbs.html" %} {% endwith %}
{{ size }} mode {{ mode }} object {{ oid_short }} {% if language %}{{ language }}{% endif %}
{% if submodule %}
This entry is a Git submodule pinned to commit {{ oid }}. {% if submodule_url %}Open repository{% endif %}
{% elif image %}
Preview of {{ file_name }}
{{ image.content_type }} · {{ image.width }} × {{ image.height }}
{% elif text and too_large %}
This text file exceeds the viewer limit of 1 MiB or 20,000 lines. Use Raw or Download to inspect it.
{% elif text %}
{% for line in lines %} {% endfor %}
{{ line.label }} {{ line.html | safe }}
{% else %}
This binary file is not rendered inline. Use Download to inspect it safely.
{% endif %}
{% endblock %}