]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/download.html
.gitignore: Add .vscode
[ipfire.org.git] / src / templates / download.html
1 {% extends "base-1.html" %}
2
3 {% block title %}{{ _("Download IPFire") }}{% end block %}
4
5 {% block container %}
6 <div class="container">
7 <div class="row">
8 <section id="download" class="features-content col-12">
9 <h2 class="display-2 text-center">Download IP<strong>Fire</strong></h2>
10
11 <div class="d-flex justify-content-center">
12 {% module DownloadButton(release) %}
13 </div>
14
15 <h5 class="subheadline mt-5"><a href="//downloads.ipfire.org/release/{{ release.sname }}">{{ _("Other download options") }}</a></h5>
16 </section>
17 </div>
18 </div>
19 {% end block %}