{% extends "apps/app_base.html" %} {% load i18n %} {% load staticfiles %} {% block body_class %}apps explore{% endblock %} {% block body %} {% with include_type_filter='true' %} {% with header='Type' %} {% with filter='app_type__in' %} {% include "search/_search_content.html" %} {% endwith %} {% endwith %} {% endwith %} {% endblock %} {% block extra_script %} {{ block.super }} {% with include_spatial='true' %} {% include 'search/search_scripts.html' %} {% endwith %} {% endblock extra_script %}