{# The layout a page gets when the client-side router ASKS for it instead of navigating to it (appRouter.js, `X-Plexora-Fragment: 1`). It renders the same two blocks base.html does and nothing else: no
, no navbar, no . Those are the document that is already on screen, and not rebuilding them is the entire point -- the live viewer is sitting in it. Both blocks are emitted because a page's assets are split across them: its stylesheet is declared in `{% block style %}` and its scripts sit at the bottom of `{% block content %}`. The router lifts the s into and re-creates the {% endfor %}