mat.services/templates/404.html

8 lines
204 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")}}
<span>it's not here. i'm sorry.</span>
</main>
{% endblock main_content %}