New 404 page

pull/1/head
mat ess 2022-08-10 16:26:00 -04:00
parent d8091d45e0
commit d9e09095cc
1 changed files with 8 additions and 0 deletions

8
templates/404.html Normal file
View File

@ -0,0 +1,8 @@
{% 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 %}