]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/mirrors.html
Bootstrap 4 migration: mirrors.dev.ipfire.org
[people/shoehn/ipfire.org.git] / templates / mirrors.html
1 {% extends "base-1.html" %}
2
3 {% block title %}Mirrors{% end block %}
4
5 {% block body %}
6 <div class="container">
7 <section class="features-content col-12">
8 <h2 class="display-2 text-center mb-0">mirrors.ipfire.org</h2>
9 {% if lang == "de" %}
10 <p class="lead">
11 Das IPFire-Projekt ist auf vielen Servern gehostet um
12 von jedem Ort der Welt die bestmögliche Verfügbarkeit
13 und Downloadgeschwindigkeit zu gewährleisten.
14 </p>
15 {% else %}
16 <p class="lead">
17 The IPFire project is hosted on several servers to provide a high
18 availability of service and download speed from any place
19 on the world.
20 </p>
21 {% end %}
22
23 {% module MirrorsTable(mirrors, preferred_mirrors) %}
24 </section>
25 </div>
26 {% end block %}