Add footer block to base template

This commit is contained in:
Adam Goldsmith 2022-05-05 17:05:39 -04:00
parent ef88601076
commit a0962efe07

View File

@ -61,6 +61,7 @@
<div id="content" class="m-3">
{% block content %}{% endblock %}
</div>
{% block footer %}{% endblock %}
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>