]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - www/templates/downloads-item.html
Import of new website.
[people/shoehn/ipfire.org.git] / www / templates / downloads-item.html
1 {% extends "downloads-index.html" %}
2
3 {% block title %}Download {{ item.name }}{% end block %}
4
5 {% block content %}
6 {{ modules.ReleaseItem(item) }}
7 {% end block %}