{% extends "base.html" %} {% block title %}Results for "{{ query }}" - {{ block.super }}{% endblock %} {% block body %}

{{ html_title }}

{% if pages %} {% for page in pages %}

{{ page.title }}

{{ page.pub_date|date:"SHORT_DATE_FORMAT" }} {% include "sisyphus/tags.html" %}

{{ page.summary|safe }}

{% endfor %} {% else %}

No results for {{ query }}.

Try another query...

{% endif %}
{% endblock %}