{% extends "./base.html" %}
{% block title %}Bad Request{% endblock %}
{% block content %}
{% include "cast/errors/error_content.html" with title="Bad Request" heading="Bad request!" message="Something in your request was just not right." %}
{% endblock content %}