{% extends "layout.html" %} {% set title = 'Search' %} {% block extrahead %} {% endblock %} {% block body %}

Search

From here you can search these documents. Enter your search words into the box below and click "search". Note that the search function will automatically search for all of the words. Pages containing less words won't appear in the result list.

{% if search_performed %}

Search Results

{% if not search_results %}

Your search did not match any results.

{% endif %} {% endif %}
{% if search_results %} {% endif %}
{% endblock %}