{% if query %}

Posts containing "{{ query }}"

{% with results.count as total_results %} Found {{ total_results }} result{{ total_results|pluralize}} {% endwith %}
{% for post in results %} {% include 'blog/post/list_snippet.html' %} {% empty %}

There are no results for your query.

{% endfor %}
{% endif %}