{% extends "brickwork/shell/app.html" %} {% comment %} Form page (page-templates kit, v1.1.0): a single-object create/edit page, the plainest possible "one form on a page" shape. A consuming page EXTENDS this template, never includes it; the pattern itself extends shell/app.html, so every shell block (page_actions, breadcrumbs, sidebar and so on) stays available to the extending page. Blocks (semver-public, BR-BW-TPL-001): page_header default: _page_header.html wired from title/description, same convention as patterns/list.html and patterns/detail.html. Actions go via the shell's own page_actions block. form_body default: empty. The consumer's own
{% endblock %} Per BR-BW-PAGE-004 there is deliberately NO form_actions block: a base template cannot wrap the consumer's own