10 lines
126 B
HTML
10 lines
126 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
|
|
<p class="lead">
|
|
404 page not found. Sorry about that.
|
|
</p>
|
|
|
|
{% endblock %}
|