{% load brickwork_components %} {% comment %} CTA / split: copy on one side, the action on the other. WHEN TO USE THIS INSTEAD OF THE CENTRED BAND. Mid-page. A centred band reads as an ending, so dropping one halfway down a long page tells the reader they have reached the bottom when they have not. This one sits in the flow without closing it. WHY IT OWNS ITS MARKUP. _cta.html centres its content; this is a two-column arrangement of the same parts. The action column comes SECOND in the markup, which is also the order it is read and tabbed in. Keep it that way: the button should be reached after the sentence explaining what it does. States: none: a static band, no open/closed or hover-driven state (the bw_button inside carries its own button states). Accessibility: the heading is a real

; reading and tab order matches the visual order (copy, then action), never reordered by CSS. Covered by axe.spec.mjs against sections-*.html, which renders this exact file, both themes. Responsive: single named breakpoint. Below --bw-breakpoint-md (48rem) copy and action stack in a column (align-items: flex-start); from md upward it becomes a row (flex-direction: row, space-between), copy and action side by side. {% endcomment %}

Try it on last month's invoices

Import a CSV and Northwind shows you what it would have chased, and when. No account needed.

{% bw_button "Run the demo" variant="primary" size="lg" href="/demo/" %}