{# Copyright (C) 2013 Matthieu Caneill License: GNU Affero General Public License, version 3 or above. #} {% extends "source_base.html" %} {% block head %} {{ super() }} {% endblock %} {% block title %}File: {{ file }}{% endblock %} {% block source_content %}

{{ self.title() }}

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