{% extends 'globus-portal-framework/v2/detail-base.html' %} {% block breadcrumb_items %} {% endblock %} {% block detail_body %}
{% block detail_search_content %} {% if result.dc or result.files or result.project_metadata %}

General Info

{% with all|first as result %}
{% include 'globus-portal-framework/v2/components/detail-dc-metadata.html' %}
{% include 'globus-portal-framework/v2/components/detail-general-metadata.html' %}
{% endwith %} {% else %}

This the default built-in detail page for Globus Portal Framework. Create a file named templates/globus-portal-framework/v2/components/detail-overview.html to override this template with your own, so you can customize this page to your liking.

Also, checkout the docs on 'fields' for Globus Portal Framework, which will tell you how to configure the Transfer/Download/Link buttons above.

Default Detail Page

{% with all|first as project_metadata %} {% include 'globus-portal-framework/v2/components/detail-general-metadata.html' %} {% endwith %} {% endif %} {% endblock %}
{% endblock %}