welpo 3aa22cb3ad
♻️ refactor: split macros.html in different files
Clearer macros format.
2023-02-21 19:39:54 +01:00

9 lines
216 B
HTML

{% 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 %}