{% extends "_layout.html" %} {% block title %}{{ _('Bad Request') }}{% endblock %} {% block content %}
{{ _('Bad Request') }}!
{{ _('It seems you have done something naughty, perhaps go somewhere nice instead.', link = url_for(config['HAWAT_ENDPOINT_HOME'])) | safe }}