1
{% extends "site/layout/base.html" %}
2
{% load i18n %}
3
{% block content %}
4
<h1>404: {% blocktrans %}Page not found{% endblocktrans %}</h1>
5
6
{% blocktrans %}The requested page could not be found.{% endblocktrans %}
7
{% endblock %}