Make child links toggleable

This commit is contained in:
Oliver Davies 2020-12-26 23:01:55 +00:00
parent 5a2df50e90
commit 702b755319
3 changed files with 24 additions and 4 deletions

View file

@ -10,6 +10,7 @@
</head>
<body>
{% block body %}{% endblock %}
<script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.x.x/dist/alpine.min.js" defer></script>
{% block javascripts %}{% endblock %}
</body>
</html>