{% extends "base.html" %} {% block card %}
{% if previous_page %} keyboard_backspace {% endif %}

Internal Server Error (500)

{% if messages %} {{ messages }} {% else %} Whatever you just did, didn't work. If you were trying to delete something it may be protected (that object may point to other objects). {% endif %}
{% endblock card %}