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

Search Results

{% if not search_results %}

Your search did not match any results.

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