{% extends "radpress/base.html" %} {% load trans from i18n %} {% block content %}

{% trans "Search results" %}

{% include "radpress/partials/archive_list.html" %}
{% include "radpress/partials/navigation.html" %}
{% endblock %} {% block sidebar %} {% endblock %}