{% load result_filters %} {% load humanize %} {% include "title.html" %} {% if query %} {% if results %} {% for result in results %}
{{result.url}}
{{result.title|strengthen}}
{{result.extract|strengthen}}