{% extends "base.html" %} {% block title %}Search ยท tit{% endblock %} {% block content %}
Scanned {{ rows_scanned }} repository names.
{% if truncated %}The result is incomplete because the search reached a limit.
{% endif %} {% if results.is_empty() %}No repository matched the search text.
{% else %}{{ result.summary }}
{% endif %}