adds script block to base
This commit is contained in:
parent
396eaefbe9
commit
592375c67b
@ -16,6 +16,8 @@
|
|||||||
{% include "nav.html.jinja" %}
|
{% include "nav.html.jinja" %}
|
||||||
<main class="container my-5">{% block content %}{% endblock content %}</main>
|
<main class="container my-5">{% block content %}{% endblock content %}</main>
|
||||||
{% include "footer.html.jinja" %}
|
{% include "footer.html.jinja" %}
|
||||||
|
|
||||||
|
{% block scripts %}{% endblock scripts %}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user