{% extends "base.html" %} {% block body %}
400
Bad Request
{% if err and err.description %}

{{ err.description }} {% elif err %}

{{ err }} {% else %}

Wasn't able to handle the request, either due to incorrect or unexpected input. Usually more context should be available; if you hit this page it means you've discovered a new corner case! {% endif %}

{% endblock %}