blog/templates/404.html
Joe Ardent d5d971da3b mvp
2022-11-11 17:07:47 -08:00

8 lines
No EOL
216 B
HTML

{% extends "page.html" %}
{% block main_content %}
<main class="centered-header">
{{ post_macros::page_header(title="404")}}
<span>Page not found :(</span>
</main>
{% endblock main_content %}