{% 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 CLAUDE.md. #} {% block title %}Offline - LLeMbas{% endblock %} {% block body %}
{{ mark(cls="empty__mark", uid="offline") }}

No road from here

The Road goes ever on and on — but not without a connection.

LLeMbas answers from your server, so there is nothing to read until it can be reached again.

{% endblock %}