Page templates: django-brickwork
Whole, opinionated screens: one shipped shell plus a handful of named blocks. Every card below links to the real template, live, not a screenshot.
Form page
A single-object create/edit page: one form_body block, the consumer's own <form> wraps {% bw_form %}.
Settings
A tabbed settings area: settings_nav renders a real bw_tabs tablist, settings_body holds the active section.
Console
A blank-slate console for a section with no data yet, defaulting to the empty-state component.
Confirm
A destructive-action confirmation screen, outside the app shell: a warning alert plus a POST form and a cancel link.
Sign in
A backend-agnostic sign-in page: brickwork names no field, so the consumer's own <form> wraps {% bw_form %}.
Building a public marketing site instead of a console? See the marketing kit templates