+ add custom types, modifier, comments to Web Version

This commit is contained in:
oleting
2021-01-16 20:42:17 +01:00
parent f008d160d1
commit b5ace33119
5 changed files with 14 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
{% extends 'layout.html' %}
{% block content %}
<div class="content-section">
<h1>Die Seite wird gerade überarbeitet</h1>
<h5>Gedult!</h5>
<p>Hier gibt es nichts zusehen!</p>
</div>
{% endblock content %}