{% extends 'master.html' %} {% block title %}Federation{% endblock %} {# SPDX-FileCopyrightText: 2020-2021 zPlus SPDX-License-Identifier: GPL-2.0-only #} {% block header_menu %} {{ super() }} {% endblock %} {% block content %}

Federation

Connect and collaborate with projects in the federation.
{% block page_content %}{% endblock %}
{% endblock %}