{% block title %}Поиск по запросу «{{ query }}»{% endblock %}
{% if page.object_list %}
{% for post in page.object_list %}
{% include 'feedzilla/post_template.html' %}
{% endfor %}
{% include "common/pagination.html" %}
{% else %}
{% if message %}{{ message }}{% else %}
По вашему запросу ничего не найдено.{% endif %}