Multi-page test

A second page, sharing the same header, footer, and styles.

SBEv2's site model was built around Site → Pages → Components from day one, with the first design shipping single-page. This page is a working proof that a site can serve more than one URL: it uses the same header, footer, and site.css as the homepage, and is baked through the same publish pipeline. It is placeholder test content, not a finished page.

Same chrome

Header, footer, and design tokens come from shared functions, not a copy-pasted page.

Own URL

This page lives at its own address and is reachable directly, not just as an anchor on the homepage.

Real publish

Baked to disk by the same publishRevisionPackage() step as index.html, not a one-off static file.