1
0
Fork 0
forked from reudnetz/website

use render.py again

This commit is contained in:
Paul Spooren 2017-09-13 19:15:18 +02:00
parent 7143cc14f9
commit 80f70e474d
30 changed files with 348 additions and 701 deletions

10
templates/404.html Executable file
View file

@ -0,0 +1,10 @@
{% extends "skeleton.html.j2" %}
{% block content %}
<h1>Noooooooooooooo!</h1>
<p>
Keine Seite ist auch eine Seite.
Will sagen, hier gibt es nichts zu sehen.
Husch, husch ins Körbchen!
</p>
{% endblock %}