{% extends "base.html" %} {% load staticfiles wagtailcore_tags %} {% block body_class %}template-searchresults{% endblock body_class %} {% block title %}Search{% endblock title %} {% block content %}

Search

{% if search_results %} {% if search_results.has_previous %} Previous {% endif %} {% if search_results.has_next %} Next {% endif %} {% elif search_query %} No results found {% endif %} {% endblock content %}