{% extends "base.html" %} {% block content %}

Viewing Files: {{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }}

{% for file in files %} {{ file.path }}
{% endfor %}
{% endblock %}