{% extends "default.html" %} {% load i18n %} {% block meta_tags %} {% trans "The requested page is not available" %} {% endblock meta_tags %} {% block body_class %}tpl-error{% endblock %} {% block content %}

{% trans "The requested page is not available." %}

{% trans 'Continue to homepage' as link_label %} {% include "partials/buttons/link.html" with link_url="/" link_label=link_label link_classes="btn btn-default" %}
{% endblock content %}