{% load staticfiles %} {% load i18n %} {% load custom_tags %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as RTL %} {% block head_title %}{% endblock %} {% block wrapper_head %}{% endblock %}
{% include "search/header.html" %} {% block content %} {% endblock %} {% include "search/footer.html" %}