{% extends 'globus-portal-framework/v2/search-base.html' %} {% load static index_template is_active %} {% block headextras %} {%block search_head%} {{block.super}} {%endblock%} {{block.super}} {% endblock %} {% block breadcrumb_items %} {{block.super}} {% endblock %} {%block body%}
{% block search_form %}
{% endblock %}
{% block search_facets %} {% endblock %}
{% index_template 'globus-portal-framework/v2/components/search-results.html' as it_search_results %} {% include it_search_results %} {% block search_pagination %}
{% endblock %}
{% endblock %}