takahe/templates/404.html

9 wiersze
175 B
HTML

{% extends "base_plain.html" %}
{% block content %}
<h1>Page Not Found</h1>
<section class="markdown">
<p>Sorry about that.</p>
</section>
{% endblock %}