]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/downloads-item.html
Bug 11338: modified sizes
[people/shoehn/ipfire.org.git] / 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 5{% block body %}
6b6308b0 6 {% module ReleaseItem(release, latest=latest) %}
940227cb 7{% end block %}