]> git.ipfire.org Git - ipfire.org.git/blob - templates/mirrors.html
.gitignore: Add .vscode
[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
10 <p class="lead">
11 The IPFire project is hosted on several servers to provide a high
12 availability of service and download speed from any place
13 on the world.
14 </p>
15
16 {% module MirrorsTable(mirrors, preferred_mirrors) %}
17 </section>
18 </div>
19 {% end block %}