{% extends "base.html" %}
{% block title %}{{ code }} — painfree{% endblock %}
{% block body %}
{{ code }}
{# `code` and `message` are the API's own error envelope, rendered as a page.
The code is a machine-facing contract and is never translated; the message
is the same sentence a client would have been given, so the two halves of
this console cannot disagree about what happened. #}