{% extends "templates/base.html" %} {% block content %}






{{ branding["text"]["500"]["title"] }}

{{ branding["text"]["500"]["subtitle"] }}


{{ branding["text"]["500"]["button"] }}
{% if branding["footer"]["enable"] == true %} {% include "templates/footer.html" %} {% endif %} {% if branding["credit"]["enable"] == true %} {% include "templates/credit.html" %} {% endif %} {% endblock %}