{% extends 'base.html' %} {% block content %} {% if query %} {% for result in page.object_list %} {% include "website.html" with ed_website=result.object %} {% empty %}
No results found.
Error.