Add wrapping div

This commit is contained in:
Oliver Davies 2018-09-04 22:13:00 +01:00
parent 1dc9c90afd
commit b1fe8cadf2

View file

@ -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() {