{% extends "base.html" %} {% from "_macros.html" import mark %} {# Shown by the service worker when a navigation cannot reach the server. Cached at install time, so it has to stand entirely on its own: no user, no chats, nothing that was rendered from the database. One of the few places flavour belongs -- see the flavour rule in the working notes. #} {% block title %}Offline - {{ brand.name }}{% endblock %} {% block body %}
{{ mark(cls="empty__mark", uid="offline") }}

{{ brand.text.offline_title }}

{{ brand.text.offline_line }}

{{ brand.name }} answers from your server, so there is nothing to read until it can be reached again.

{% endblock %}