]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/download.html
basic styling Donate page
[people/shoehn/ipfire.org.git] / templates / download.html
CommitLineData
60b0917c
MT
1{% extends "base-1.html" %}
2
3{% block title %}{{ _("Download IPFire") }}{% end block %}
4
5{% block container %}
b54b8ec3
SH
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>
60b0917c 18 </div>
60b0917c 19{% end block %}