{% extends "bases/base.html" %}
{% block title %}400 - Internal Server Error{% endblock %}
{% block description %}Bad request. The server could not understand the request due to invalid syntax.{% endblock %}
{% block head %}
{% endblock %}
{% block content %}
400 - Bad Request
What did you do? The server could not understand the request due to invalid syntax. Please check your request and try again.
The fuckup in question
{% if error %}
{{ error }}
{% else %}
No specific error message provided.
{% endif %}