Add wrapping div
This commit is contained in:
parent
1dc9c90afd
commit
b1fe8cadf2
|
@ -31,7 +31,9 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</head>
|
</head>
|
||||||
<body class="font-sans text-black text-sm leading-normal">
|
<body class="font-sans text-black text-sm leading-normal">
|
||||||
{% block body %}{% endblock %}
|
<div id="app">
|
||||||
|
{% block body %}{% endblock %}
|
||||||
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
document.querySelector('.nav-toggle').onclick = function() {
|
document.querySelector('.nav-toggle').onclick = function() {
|
||||||
|
|
Loading…
Reference in a new issue