clean: format jinja

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

View File

@ -1,9 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<head>
<link rel="stylesheet" href="../page.css">
</head>
<body>
</head>
<body>
<div class="navigation">
{% if prev %}
<a href={{ prev }}>Prev</a>
@ -43,5 +45,6 @@
{% endif %}
</div>
{% endif %}
</body>
</body>
</html>