This commit is contained in:
Paul Spooren 2017-02-12 23:04:58 +01:00
commit 2e078fc88c
31 changed files with 3546 additions and 0 deletions

15
templates/wiki.html Normal file
View file

@ -0,0 +1,15 @@
{% extends "skeleton.html.j2" %}
{% block content %}
<h1>Reudnetzwiki</h1>
<p>Noch gibt es hier kein Wiki.</p>
<p>Allerdings sammeln wir Dienste und anderes Dokumentationszeug.</p>
<p>coming soon: Mailinglisten</p>
<p>VMs</p>
{% endblock %}
{% block seitenleiste %}
<h3>Dienste</h3>
<p>Mailinglisten<br />
Coming Soon</p>
{% endblock %}