{% extends "_layout.html" %} {% block title %}{{ _('Bad Request') }}{% endblock %} {% block content %}

400

{{ _('Bad Request') }}!


{{ _('It seems you have done something naughty, perhaps go somewhere nice instead.', link = url_for('index')) | safe }}

{% endblock %}