Skip to content
Snippets Groups Projects
Verified Commit 92da3ec2 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add main part

parent e35a10e1
No related branches found
No related tags found
1 merge request!28Neue Website basierend auf Zola
...@@ -56,5 +56,9 @@ ...@@ -56,5 +56,9 @@
</div> </div>
</nav> </nav>
</header> </header>
<main>
{% block main %}{% endblock %}
</main>
</body> </body>
</html> </html>
{% extends "base.html" %} {% extends "base.html" %}
{% block main %}
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment