{% extends "base.html" %}
{% block page_title %}Not Found{% endblock page_title %}
{% block content %}
<article class="error-page">
<h1>404 — Not Found</h1>
<p>The page you're looking for doesn't exist.</p>
<p><a href="/">Back to the blog</a></p>
</article>
{% endblock content %}