bedrock/templates/404.html

9 строки
159 B
HTML

{% extends "base.html" %}
{% block content %}
<div id="main-content">
<h1>Whoops!</h1>
We apologize, but this page cannot be found.
</div>
{% endblock %}