{% extends "layout.html" %} {% block title %}POLYROB โ€” Live{% endblock %} {# The public page: no owner nav. What a stranger may see is that the instance is live, its name, its version and its uptime โ€” nothing that names a destination they cannot open (2026-09-16 audit, A). #} {% block nav %}{% endblock %} {% block content %}

POLYROB is live

Instance: {{ instance_id }} ยท Version {{ version }}

Uptime: โ€”

{% endblock %}