{% extends "repo.html" %} {% import "utils.html" as utils with context %} {% block title %} {{repo.owner.canonical_name}}/{{repo.name}} - {{cfg("sr.ht", "site-name")}} git {% endblock %} {% block content %}
{% if error %}
{{ error }}
{% endif %}

{{icon('question-circle')}} Search syntax {% if not error %} Search matched {{search.total_matches}} results in {{search.total_files}} files. {% endif %}

{% endblock %}