{% extends "brickwork/shell/app.html" %} {% comment %} A create/edit page: one form on a page. COPY THIS FILE into your project and edit it. It is not on the template loader path, so you cannot extend it (ADR-056). Beat Phase D journey: Form validate (icvoss/django-brickwork#544). This file IS the shared partial plus the 422 path: `{% partialdef form_region inline %}` keeps the full-page render and the HTMX invalid re-render on one block. Wire the view branches in docs/INTEGRATION.md section 4 (no-JS 200 full page, HTMX 422 + `#form_region`, success HX-Redirect). Do not invent a second form template. What your view must supply: form your own Django form (bound on POST) nav_items / nav_active as in list.html THE ONE RULE HERE: you own the