{% extends 'blogango/base.html' %} {% block main %}
{% if not results %}
There are no results to display! Change search terms to get the posts you are looking for.
{% endif %} {% for result in results %} {% endfor %}
{% endblock %}