{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load mastodon %} {% load duration %} {% load thumb %} {% get_current_language as LANGUAGE_CODE %} {{ site_name }} - {{ request.GET.q }} - {% trans 'Search Results' %} {% include "common_libs.html" %} {% include '_header.html' %}
{% include 'search_header.html' %}
{% for item in items %} {% include '_list_item.html' %} {% empty %}

{% trans "No items matching your search query." %}

{% endfor %}
{% include "_pagination.html" %} {% block sidebar %} {% include '_sidebar_search_journal.html' %} {% endblock %}
{% include '_footer.html' %}