{% extends config.BASE_TEMPLATE %} {% 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.THEME_SEARCH_ENABLED %} {% endif %}