Landing page

* started to implement a landing page
* started news implementation
This commit is contained in:
mipel
2021-07-05 14:49:32 +02:00
parent b59b9839ff
commit f069baa260
12 changed files with 213 additions and 75 deletions

View File

@@ -18,8 +18,10 @@
{% include 'navbar.html' %}
{% endblock %}
</header>
<div class="container-fluid">
<div class="container-fluid mt-3 px-5">
{% block body %}
{% endblock %}
</div>
{% block footer %}