clean: format jinja

This commit is contained in:
starnakin 2025-04-15 12:42:21 +02:00
parent 9a33ba64a2
commit eb94330059

View File

@ -1,8 +1,10 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link rel="stylesheet" href="../page.css"> <link rel="stylesheet" href="../page.css">
</head> </head>
<body> <body>
<div class="navigation"> <div class="navigation">
{% if prev %} {% if prev %}
@ -44,4 +46,5 @@
</div> </div>
{% endif %} {% endif %}
</body> </body>
</html> </html>