]> git.ipfire.org Git - ipfire.org.git/blob - templates/downloads-item.html
Remove obsolete pakfire CGI scripts.
[ipfire.org.git] / templates / downloads-item.html
1 {% extends "base-1.html" %}
2
3 {% block title %}Download {{ release.name }}{% end block %}
4
5 {% block body %}
6 {{ modules.ReleaseItem(release, latest=latest) }}
7 {% end block %}