This is a second durable page — proof that "more content" is just more files in the embodiment's content directory. Each is materialised into the docroot on boot.
Durability: the content lives on the VM's persistent boot disk, so it survives a cold start. The container the node runs in is disposable and rebuilt each wake; the content is not — it is re-materialised from the durable source.
Lifecycle: the embodiment idle-stops the whole machine after 15 minutes with no
requests (legion://handles/system.shutdown), and a scale-to-zero Cloud Run waker
starts it again — and re-execs the embodiment via systemd — on the next visit.