evorepo/templates/packages/files.html
Dan McGee 7e1e5a5e8a files: template reuse
Get rid of the copy/paste by including the sub-template.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-02-27 13:36:58 -06:00

10 lines
309 B
HTML

{% extends "base.html" %}
{% block title %}Arch Linux - Package File List - {{ pkg.pkgname }}{% endblock %}
{% block content %}
<div class="box">
<h2 class="title">{{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }}</h2>
{% include "packages/files-list.html" %}
</div>
{% endblock %}