{# Copyright (C) 2015 The Debsources developers . See the AUTHORS file at the top-level directory of this distribution and at https://salsa.debian.org/qa/debsources/blob/master/AUTHORS License: GNU Affero General Public License, version 3 or above. #} {# copied from templates/source_base.html #} {% extends name+"/source_base.html" %} {% block head %} {{ super() }} {% endblock %} {% block breadcrumbs %}{{ request.blueprint }} /{% endblock %} {% block title %}Package: {{ package }}{% endblock %} {% block source_content %}

{{ self.title() }}

{{ macros.show_suite(suite) }} {% endblock %}