implement dynamic adding of default-type subpages

This commit is contained in:
2020-07-27 19:53:19 +02:00
parent c5238c3200
commit 1f28f4a6d8
4 changed files with 41 additions and 2 deletions

View File

@@ -0,0 +1,22 @@
<!doctype html>
<html lang="en">
<head>
{% include 'head.html' %}
</head>
<body class="h-100 bg-special">
{% include 'navbar.html' %}
<div class="container mt-5 mb-5 h-100">
<div class="row impressum mt-5"></div>
<div class="col-lg-12">
{{ markupText }}
<div class="pb-3"></div>
</div>
</div>
</div>
{% include 'footer.html' %}
</body>
</html>