{% set current_page='search' %} {% extends 'federation/master.html' %} {# SPDX-FileCopyrightText: 2020-2021 zPlus SPDX-License-Identifier: GPL-2.0-only #} {% block page_content %}
Search the federation (by URI)
{% if uri %}
{% if result %} {% include 'federation/search_result.html' %} {% else %} Nothing found at URI {{ uri }}. {% endif %}
{% endif %}
{% endblock %}