mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
8 lines
216 B
HTML
8 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 %}
|