8 lines
204 B
HTML
8 lines
204 B
HTML
|
{% 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 %}
|