{% extends "base.html" %} {% block content %} {% if not results %}

No matches found.

{% else %} {% for (filename, header, matches) in results %}
{% for match in matches %}
{{match}}

{{match}}

{% endfor %}
{% endfor %}

Sets

{% for (filename, header, matches) in results2 %}
{% for match in matches %}
{{match}}

{{match}}

{% endfor %}
{% endfor %} {% endif %} {% endblock %}