{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block title %} Search {% endblock %} {% block content %}

You 've searched for: {{ term }}. Found in {{ matches | length }} files.


{% for path in matches %} {% endfor %}
{{ path | relative }}
{% endblock %} {% block footer %} {{ super() }} {% endblock %} {% block js %} {{ super() }} {% endblock %}