{% extends "base_without_sidebar.html"%} {% load i18n %} {% block title %}{% trans "Search for" %} {{ search_query }}{% endblock %} {% block content %}
{% include "marcus/blocks/search.html" with available_search_languages=search_languages %}
{% include "marcus/blocks/articles.html" with articles=object_list %}
{% endblock %}