]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/download.html
Massive web site update
[people/shoehn/ipfire.org.git] / templates / download.html
1 {% extends "base-1.html" %}
2
3 {% block title %}{{ _("Download IPFire") }}{% end block %}
4
5 {% block container %}
6 <div class="container page-header">
7 <h1>{{ _("Download IPFire") }}</h1>
8 </div>
9
10 <section id="download" class="container content-section text-center">
11 {% module DownloadButton(release) %}
12
13 <p>
14 <a href="http://downloads.ipfire.org/release/{{ release.sname }}">
15 {{ _("Other download options") }}
16 </a>
17 </p>
18 </section>
19 {% end block %}