♻️ refactor: improve spacing and indentation

This commit is contained in:
welpo
2023-03-06 00:20:31 +01:00
parent 4b18391c18
commit dceceff5fd
11 changed files with 35 additions and 16 deletions

View File

@@ -1,8 +1,10 @@
{% extends "page.html" %}
{% block main_content %}
<main class="centered-header">
{{ macros_page_header::page_header(title="404")}}
<span>not found</span>
</main>
{% endblock main_content %}