{% if objects.__len__() == 0 %} No Matches {% else %} {% for obj in objects %}
{{ obj['title'] }}
{{ obj['path'] }}
{% autoescape false %}
{{ obj['excerpt'] }}
{% endautoescape %}
{% endfor %} {% endif %}
{% if skip > 0 %}
Previous 5
{% else %} Previous 5 {% endif %} -
Next 5