{% extends 'base.html' %} {% block title %}500 Error{% endblock %} {% block content %}
500 Error

{{ description|default('Internal Server Error') }}

{% endblock %}