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>
<html>
<head>
<link rel="stylesheet" href="../page.css">
</head>
<body>
<div class="navigation">
{% if prev %}
@ -44,4 +46,5 @@
</div>
{% endif %}
</body>
</html>