{% comment %} Section intro helper (icvoss/django-brickwork#695): emits the shared section-intro class contract inside `.bw-section__inner`. Prefer writing the classes yourself when composing plain `.bw-section` markup; this include is a convenience for named marketing templates that want the same overline / heading / lede stack without inventing site classes. Required context: none. Optional context: overline (str): eyebrow above the heading (`.bw-section__overline`). heading (str): section heading (`.bw-section__heading`, typically
. The caller owns outline order relative to surrounding bands. Responsive: no breakpoint switch; type roles are fluid via tokens. {% endcomment %} {% if overline or heading or lede %}
{{ overline }}
{% endif %} {% if heading %}{{ lede }}
{% endif %}