{% extends "layout.html" %} {% load i18n static %} {% block body_class %}error-page{% endblock %} {% block layout %} {% block navigation %} {{ block.super }} {% endblock %} {% block content %}
{% trans 'Return to previous page' %} {% trans "Go to homepage" %}