]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/mirrors.html
fireinfo: Refactor generating i-use images
[ipfire.org.git] / src / templates / mirrors.html
CommitLineData
081800ca 1{% extends "base.html" %}
940227cb
MT
2
3{% block title %}Mirrors{% end block %}
4
60024cc8 5{% block body %}
f4f74646
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>
e52b45b6 9
f4f74646 10 <p class="lead">
e52b45b6
MT
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.
60024cc8 14 </p>
0673d1b0 15
f4f74646
SH
16 {% module MirrorsTable(mirrors, preferred_mirrors) %}
17 </section>
18</div>
940227cb 19{% end block %}