{% extends "delivery/base.html" %} {% block title %}{{ status }} {{ title }}{% if site %} · {{ site.title }}{% endif %}{% endblock %} {% block content %}

{{ status }} · {{ title }}

{{ message }}

{% if site %}Back to {{ site.title }}{% else %}Go to the homepage{% endif %}

{% endblock %}