# Spine — Add Book Form Adds a form to create new books in `spine.org`, plus the write function to persist them. ## Architecture ``` "Add book" link (index page) │ GET /add │ templates/add.mustache ←── [spine-index-model] for datalist values │ POST /add (form submission) │ [spine-add-book] ──→ writes to spine.org │ redirect to /index ``` ## Template: `templates/add.mustache` A new Mustache template with the Pico CSS + Tabler Icons shell (matching the index page) and a `