{% extends "./base.html" %}
{% block title %}Server Error{% endblock %}
{% block content %}
{% include "cast/errors/error_content.html" with title="Server Error" heading="Ooops!!! 500" subheading="Looks like something went wrong!" message="We track these errors automatically, but if the problem persists feel free to contact us. In the meantime, try refreshing." %}
{% endblock content %}