{% 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 %}