Section
Simple list
A copied section band. Paste it in, then own every line: it never upgrades under semver.
What is included
- Unlimited invoices and credit notes
- Automatic reminders on your own schedule
- Late-payment prediction on every account
- Bank reconciliation with Open Banking feeds
- VAT returns prepared and filed
- Export to CSV, or the API if you would rather
{% comment %}
FEATURES / simple list: a scannable checklist, no cards, no grid.
WHEN TO USE THIS INSTEAD OF THE ICON GRID. When the items are short and the
point is completeness rather than depth ("what is included"), a list reads
faster than a grid of cards and does not pretend each item deserves equal
visual weight.
This one is the shipped _feature_list.html include (Beat Phase C).
WHAT YOUR VIEW MUST SUPPLY. Pass feature_list_items as items (list of str):
feature_list_items = [
"Unlimited invoices and credit notes",
...
]
States: see _feature_list.html.
Accessibility: see _feature_list.html; covered by axe.spec.mjs against
sections-*.html, both themes.
Responsive: see _feature_list.html.
{% endcomment %}
{% include "brickwork_marketing/components/_feature_list.html" with heading="What is included" items=feature_list_items %}
Details
| Kind | Section |
|---|---|
| Used in | None (a document skeleton, used everywhere) |
Composed from
| Template | Description |
|---|---|
brickwork_marketing/components/_feature_list.html |
A vertical list of features with icons and short bodies. |