blog/templates/404.html

8 lines
216 B
HTML
Raw Normal View History

2022-11-12 01:07:47 +00:00
{% 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 %}