]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/download.html
e336458ff67a3279c3407c77efa4a0ac0da9cde2
[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 features-content">
7 <section class="content col-12">
8 <h3 class="headline mb-5">Download IP<strong>Fire</strong></h3>
9
10 <div class="d-flex justify-content-center">
11 {% module DownloadButton(release) %}
12 </div>
13
14 <h5 class="subheadline mt-5"><a href="//downloads.ipfire.org/release/{{ release.sname }}">{{ _("Other download options") }}</a></h5>
15 </section>
16 </div>
17 {% end block %}