{% extends "templates/base.html.j2" %}
{% block content %}
{% import "templates/errortext.html.j2" as errortext %}
{{ errortext.errortext(branding.text.error500.title, branding.text.error500.subtitle, branding.text.error500.button) }}
{% endblock %}
{% block footer %}
{% include "templates/footer.html.j2" %}
{% endblock %}