forked from reudnetz/website
use render.py again
This commit is contained in:
parent
7143cc14f9
commit
80f70e474d
30 changed files with 348 additions and 701 deletions
14
templates/wiki.html
Normal file
14
templates/wiki.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
{% 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>
|
||||
{% endblock %}
|
||||
|
||||
{% block seitenleiste %}
|
||||
<h3>Dienste</h3>
|
||||
<p>Mailinglisten<br />
|
||||
Coming Soon</p>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue