10 lines
170 B
HTML
10 lines
170 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
|
||
|
<h1 id="404-page-not-found">404</h1>
|
||
|
|
||
|
<p><strong>{% trans %}Page not found{% endtrans %}</strong></p>
|
||
|
|
||
|
{% endblock %}
|