add: templates

This commit is contained in:
Tobias Reisinger 2020-01-25 03:39:55 +01:00
parent 0bb3d93704
commit 5ad37ff475
10 changed files with 90 additions and 7 deletions

View file

@ -2,7 +2,7 @@
{% block content %}
<div class="lead text-center">
<h1>Error!</h1>
<h1>Fehler!</h1>
{{ page.content }}
</div>
{% endblock %}