{% extends "sora/layout.html" %} {% load i18n %} {% load url from future %} {% block title %}{% trans %}Page not found{% endtrans %} | {{ settings.board_name }}{% endblock %} {% block content %}
{{ message }}
{% trans %}The page you are looking for could not be found.{% endtrans %}