{# Copyright (C) 2023, CERN This software is distributed under the terms of the MIT licence, copied verbatim in the file "LICENSE". In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as Intergovernmental Organization or submit itself to any jurisdiction. #} {% extends "base.html" %} {% macro page_banner() -%}

{% block index_heading %} Find and explore Python projects with the Simple Repository Browser {% endblock index_heading %}



{% endmacro %} {% macro banner_split() %}
{% endmacro %} {% block page_content %}
{{ page_banner() }}
{% endblock page_content %}