{% extends "base.html" %} {% block title %}Error{% endblock %} {% block body %}

500 - An unexpected error occurred

Sorry, something went wrong. Please try again shortly.
{% if admin_email %} If this error continues please contact us.
{% endif %}

{% endblock %}