fix formatting of jinja files

This commit is contained in:
2026-05-07 16:35:59 +02:00
parent adadafca15
commit 95a91d9aca
4 changed files with 78 additions and 76 deletions
+2
View File
@@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="de"> <html lang="de">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<title>{% block title %}{% endblock %}</title> <title>{% block title %}{% endblock %}</title>
@@ -23,4 +24,5 @@
<p>Geeignet für Allergiker: Diese Website enthält kein JavaScript.</p> <p>Geeignet für Allergiker: Diese Website enthält kein JavaScript.</p>
</footer> </footer>
</body> </body>
</html> </html>