mat.services/templates/404.html

12 lines
225 B
HTML
Raw Normal View History

2022-08-10 20:26:00 +00:00
{% extends "page.html" %}
{% block main_content %}
<main class="centered-header">
{{ post_macros::page_header(title="404")}}
2022-10-17 02:33:04 +00:00
<span>
it's not here.
<br>
i'm sorry.
</span>
2022-08-10 20:26:00 +00:00
</main>
{% endblock main_content %}