Add back app root

This commit is contained in:
Andrew Croce 2018-08-07 13:19:18 -04:00
parent 6c1945a3bf
commit 7da306047f

View File

@ -16,6 +16,7 @@
<body class="{% if g.modalOpen %} modalOpen{% endif %}">
<div id='app-root'>
{% block template_vars %}{% endblock %}
{% include 'navigation/topbar.html' %}
@ -33,7 +34,6 @@
</div>
{% include 'footer.html' %}
{% block modal %}{% endblock %}
</div>