restructures templates

This commit is contained in:
Michael Beck
2025-02-06 03:35:26 +01:00
parent 63243dcdb9
commit c6d7392a87
4 changed files with 35 additions and 25 deletions

View File

@@ -1,5 +1,6 @@
{% include "header.html" %}
{% extends 'base.html' %}
{% block content %}
<section class="container-fluid d-flex justify-content-center">
<div class="container-md my-5 mx-2 shadow-lg p-4 ">
<div class="container-sm">
@@ -90,4 +91,4 @@
{{ bootstrap.load_js() }}
<script src="{{url_for('.static', filename='download_results.js')}}"></script>
{% endblock %}
{% include "footer.html" %}
{% endblock content %}