]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/mirrors.html
netboot: Allow booting multiple architectures
[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
MT
5{% block body %}
6 <div class="page-header">
7 <h1>mirrors.ipfire.org</h1>
8 </div>
940227cb 9
60024cc8
MT
10 {% if lang == "de" %}
11 <p>
12 Das IPFire-Projekt ist auf vielen Servern gehostet um
13 von jedem Ort der Welt die bestmögliche Verfügbarkeit
14 und Downloadgeschwindigkeit zu gewährleisten.
15 </p>
16 {% else %}
17 <p>
18 The IPFire project is hosted on several servers to provide a high
19 availabilty of service and download speed from any place
20 on the world.
21 </p>
22 {% end %}
940227cb 23
9068dba1 24 <hr>
0673d1b0 25
9068dba1 26 {% module MirrorsTable(mirrors, preferred_mirrors) %}
940227cb 27{% end block %}