{% extends "layouts/error.html" %} {% block title %}{% lisp (title! "Bad Request") %}{% endblock %} {% block main %}

400 {% lisp (title!) %}

{% if alert %}

{{alert}}

{% endif %} {% endblock %}