We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c738d9 commit be8fb7eCopy full SHA for be8fb7e
1 file changed
templates/base.html
@@ -15,10 +15,10 @@
15
<body>
16
17
{% include 'ext/navbar.html' %}
18
- <div class="container mt-5">
+ <div class="container">
19
{% block content %}{% endblock %}
20
</div>
21
- {% include 'ext/footer.html' %}
+ <!-- {% include 'ext/footer.html' %} -->
22
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
23
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
24
<script src="{{ url_for('static', filename='js/script.js') }}"></script>
0 commit comments