implement project page

This commit is contained in:
Yannik Schmidt
2020-09-09 19:47:15 +02:00
parent db3d80f1cf
commit 0cd586e8ac
3 changed files with 71 additions and 59 deletions

View File

@@ -5,13 +5,13 @@
{% include 'head.html' %}
</head>
<body class="bg-special" {% if "FORCE_BG_COLOR" in conf %} style="background-color: {{ conf['FORCE_BG_COLOR'] }} !important;" {% endif %}>
<body class="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 }}
{{ markupText | safe }}
<div class="pb-3"></div>
</div>
</div>