42 lines
1 KiB
Text
42 lines
1 KiB
Text
|
{% include "header.html.j2" %}
|
||
|
<body>
|
||
|
<div class="center">
|
||
|
<div class="row head">
|
||
|
<div class="fg12 legal fg-no-mobile">
|
||
|
<a href="impressum.html">Impressum</a> | <a href="datenschutz.html">Datenschutzhinweis</a>
|
||
|
</div>
|
||
|
<div class="fg6">
|
||
|
<h1>Reudnetz</h1>
|
||
|
</div>
|
||
|
<div class="fg6">
|
||
|
<h2>Internet für Leipzigs Osten</h2>
|
||
|
</div>
|
||
|
</div>
|
||
|
{% include "nav.html.j2" %}
|
||
|
<div class="row content">
|
||
|
<div class="fg8">
|
||
|
{% block content %}
|
||
|
{% endblock %}
|
||
|
</div>
|
||
|
<div class="margin fg4">
|
||
|
{% block seitenleiste %}
|
||
|
<h3>Kontakt</h3>
|
||
|
<p>
|
||
|
mail [at] reudnetz [dot] org<br />
|
||
|
GPG-Key: <a href="static/0x1D7AE62C.asc">0x1D7AE62C</a>
|
||
|
</p>
|
||
|
<div class="margin" >
|
||
|
Fingerprint: <br />
|
||
|
C2B5 52B8 9C17 7ED0 9E83 9582 E177 B5B2 1D7A E62C
|
||
|
</div>
|
||
|
<!-- <p>Servicetelefon</p>
|
||
|
nur in dringenden Notfällen benutzen:
|
||
|
<p>000 00000 000</p> -->
|
||
|
{% endblock %}
|
||
|
</div>
|
||
|
</div>
|
||
|
{% include "footer.html.j2" %}
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|