]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/mirrors.html
Bootstrap 4 migration: mirrors.dev.ipfire.org
[people/shoehn/ipfire.org.git] / templates / mirrors.html
CommitLineData
60024cc8 1{% extends "base-1.html" %}
940227cb
MT
2
3{% block title %}Mirrors{% end block %}
4
60024cc8 5{% block body %}
97e973bf
SH
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">
60024cc8
MT
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>
97e973bf
SH
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 %}
0673d1b0 22
97e973bf
SH
23 {% module MirrorsTable(mirrors, preferred_mirrors) %}
24 </section>
25</div>
940227cb 26{% end block %}