mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Add row structure to base template
This commit is contained in:
parent
fa4fa57a89
commit
05cbf1fed5
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user