Skip to content
Snippets Groups Projects
Commit 05cbf1fe authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Add row structure to base template

parent fa4fa57a
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,14 @@
<body>
{% include 'sidenav.html.j2' %}
{% block page_content %}
{% endblock %}
<main>
<div class="container">
<div class="row">
{% block page_content %}
{% endblock %}
</div>
</div>
</main>
<!--JavaScript at end of body for optimized loading-->
<script type="text/javascript" src="{{ url_for('static', filename='js/materialize.min.js') }}"></script>
......
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