{# Copyright (C) 2020-2026 Graz University of Technology. invenio-override is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- extends config.OVERRIDE_BASE_TEMPLATE %} {%- set title = _("Help & Support") %} {%- set page_description = _("Use the options below to get in touch with our team or learn how to get the most out of the search.") %} {%- block page_body %}
{%- if config.get('OVERRIDE_SHOW_CONTACT') or config.get('OVERRIDE_FRONTPAGE_RIGHT') %}
{{ _("Contact") }}
{{ _("Get in touch with our team.") }}
{%- endif %}
{{ _("Search Guide") }}
{{ _("Learn how to search effectively.") }}
{%- if config.get('OVERRIDE_DOC_REDIRECTS', {}).get('/file-formats') %}
{{ _("File formats") }}
{{ _("Recommended formats for long-term preservation.") }}
{%- endif %}
{%- endblock page_body %} {%- block javascript %} {{ super() }} {%- endblock javascript %}