{# Copyright (C) 2013 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_file.html #} {% extends "sources/source_base.html" %} {% block head %} {{ super() }} {% endblock %} {% block title %}File: {{ file }}{% endblock %} {% block source_content %}

{{ self.title() }}

{% if pkg_infos %} {% import "sources/_macros_infobox.html" as infobox %} {{ infobox.render_infobox(pathl[0][0], pathl[1][0], pkg_infos) }} {% endif %} {% include "source_file_header.inc.html" %} {% include "source_file_code.inc.html" %} {% endblock %}