{%extends "base.html"%} {% load static %} {% load index_template %} {%block title%}Search{%endblock%} {%block headextras%} {%endblock%} {%block body%}
{% index_template 'components/messages.html' as it_mess %} {% include it_mess %}
{% if not request.user.username %} {% elif globus_portal_framework.search_debugging_enabled %} {% endif %} {% index_template 'components/search-results.html' as it_search_results %} {% include it_search_results %}
{% endblock %}