# Notes workbench

The `logged-in/` fixture demonstrates the authenticated notes layout. `index.php` and `reader.php` select the state and include the shared `layout.php` shell and detail partials. Its CSS imports the local foundation, primitives, and notes layout layers from `../../css/`.

Desktop uses a note sidebar beside the reader. On narrow screens the list is the initial view; the reader replaces it after selection. The application renders the same semantic structure and uses `notes.list` / `notes.reader` as its state classes.
