{% extends "base.html" %} {% from "_tree.html" import render_tree %} {% block title %}Commit {{ resolved_commit_id }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Commit {{ resolved_commit_id }}

Browse this revision read-only. Paths use safe links; pick a file on the left.

Open on Git host {{ paths|length }} file{{ '' if paths|length == 1 else 's' }} {% if selected_path %}Selected {{ selected_path }}{% endif %}
{% if blob %}
{{ blob.path }}
{% if blob.truncated %}512 KiB limit — truncated{% endif %}
{{ blob.content }}
{% else %}
Choose a file from the tree to view its contents.
{% endif %}
{% endblock %} {% block extra_scripts %} {% endblock %}