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