Full-page Maud documents live here. Read this directory to separate the proof surfaces from the support pages.
- pages are integration surfaces, not the place where reusable UI contracts are invented
- larger demos should compose from
page.rsandpartials/instead of growing bespoke page-local markup systems - proof surfaces such as
labandwork*stay readable because the reusable pieces are pushed downward
- home.rs for the portfolio landing page
- lab.rs for the operational demo surface
- work.rs and work_case.rs for focused system writeups
- login.rs, register.rs, protected.rs, and chat_moderation.rs for auth and moderation pages
Pages assemble larger surfaces from page.rs and partials/; they should not become the place where reusable UI contracts are invented.