Split index.html template into header, index, and footer

This commit is contained in:
2021-03-11 22:41:22 +02:00
parent 08b83caeb4
commit 207d5af64a
3 changed files with 15 additions and 13 deletions

5
templates/footer.html Normal file
View File

@ -0,0 +1,5 @@
<footer class="footer mt-auto py-3 bg-light">
<div class="container">
<span class="text-muted">csv-metadata-quality v{{ cli_version }}</span>
</div>
</footer>