mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
8 lines
No EOL
208 B
HTML
8 lines
No EOL
208 B
HTML
{% extends "page.html" %}
|
|
|
|
{% block main_content %}
|
|
<main class="centered-header">
|
|
{{ post_macros::page_header(title="404")}}
|
|
<span>not found</span>
|
|
</main>
|
|
{% endblock main_content %} |