]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/downloads-item.html
Introduce autotools
[ipfire.org.git] / src / 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 %}