]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/downloads-item.html
netboot: Allow booting multiple architectures
[people/shoehn/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 {% module ReleaseItem(release, latest=latest) %}
7 {% end block %}