{% extends "base.html" %} {% block title %}{{ t('Bad Request') }} - {{ t('Your Business Name') }}{% endblock %} {% block content %}

400

{{ t('Bad Request') }}

{{ t('The server could not understand your request. Please check your input and try again.') }}

{{ t('Go to Homepage') }}
{% endblock %}