{% extends "base.html" %} {% block content %}

Search results

{% if paginator.object_list %} {% for obj in paginator.object_list %} {% endfor %}

{{ obj.content_object.title }}

{{ obj.content_object.description }}

{% else %}

There were no results returned. Oh dear.

{% endif %} {% endblock %} {% block comments %} {% endblock %} {% block toc %} {% endblock %}