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