1
0
Fork 0
forked from reudnetz/website

first testing with gutenberg render engine

This commit is contained in:
Paul Spooren 2018-01-10 00:24:44 +01:00
parent bbb515bf4e
commit 9141aced4e
44 changed files with 216 additions and 168 deletions

10
templates_old/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 %}