2013-06-22 15:42:32 +04:00

20 lines
269 B
HTML

{% extends "layout.html" %}
{% block title %}
404
{% endblock %}
{% block left_frame %}
<h2>404 Not Found</h2>
<div>The requested page is not found. Return to <a href="/">Overview</a>
</div>
{% endblock %}
{% block right_frame %}
{% endblock %}