{% extends 'base.html' %} {% load static %} {% block title %}Server Error - 500{% endblock %} {% block content %}
{% if message %} {{ message }} {% else %} Something went wrong on our end. We're working to fix it. {% endif %}