{% extends "adminlte_full/base.html" %} {% block page_title %}{{ status_message | default('Internal Server Error') }}{% endblock %} {% block page_content %}
{{ details | default('We will work on fixing that right away.') | safe }}
{% if config.ADMINLTE_SEARCH_ENABLED %} {% endif %}