{% extends "base.html" %}
{% block content %}
<center>
<h1>400</h1>
<p>The request was malformed</p>
</center>
{% endblock %}