{% extends "base.html" %} {% from "_macros.html" import mark %} {% block title %}{{ status_code }} - LLeMbas{% endblock %} {% block body %}
{{ mark(cls="empty__mark", uid="err") }}

{{ status_code }}

{{ flavour }}

{% if detail and detail != flavour %}

{{ detail }}

{% endif %} Back to your chats
{% endblock %}