Section
Centred
A copied section band. Paste it in, then own every line: it never upgrades under semver.
Invoicing
Invoicing that chases itself
Northwind raises your invoices, sends the reminders, and tells you who is about to pay late. You do the work. It does the asking.
{% comment %}
HERO / centred: the default opening band. Copy this into your own page.
Everything here is typed inline, so this section needs NOTHING from your view.
Drop it into a marketing shell's {% block content %} and change the words.
This one is the shipped _hero.html component with align="center": when the
component already does what you want, the honest example is the include, not a
hand-rolled copy of its markup. The variants that follow do own their markup,
and each says why.
The eyebrow is optional. Drop it if the heading stands alone.
States: see _hero.html's own header for the full states contract (none of
its own: a static band, the CTA buttons inside carry their own states).
Accessibility: see _hero.html; the heading renders as the page's own <h1>.
Covered by axe.spec.mjs against sections-*.html, which renders this
exact file, both themes.
Responsive: no breakpoint switch at align="center" (no media_placement is
passed, so it takes the default "below" layout, which carries none); see
_hero.html's own header for the media_placement axis's own responsive
behaviour, not exercised by this centred variant.
{% endcomment %}
{% include "brickwork_marketing/components/_hero.html" with align="center" eyebrow="Invoicing" heading="Invoicing that chases itself" lede="Northwind raises your invoices, sends the reminders, and tells you who is about to pay late. You do the work. It does the asking." primary_cta_label="Start free trial" primary_cta_href="/accounts/signup/" secondary_cta_label="Book a demo" secondary_cta_href="/demo/" %}
Details
| Kind | Section |
|---|---|
| Used in | None (a document skeleton, used everywhere) |
Composed from
| Template | Description |
|---|---|
brickwork_marketing/components/_hero.html |
A page-opening band with a heading, lede, and call to action. |