{% load brickwork_components %} {% comment %} Tooltip (0.12.0, #56; supersedes STA-015's title-only baseline). Consumed by EXTENDING, like patterns/ and _modal.html: a consumer's tooltip partial opens with {% extends "brickwork/components/_tooltip.html" %} and fills the trigger block, e.g. {% extends "brickwork/components/_tooltip.html" %} {% block trigger %} {% endblock %} Named blocks (semver-public, BR-BW-TPL-001): trigger: Empty by default. Prefixed tooltip_trigger was removed in 4.0.0. A block name this file does not define is SILENTLY DISCARDED by Django: no error, no warning, DEBUG=True does not catch it. Filling the removed tooltip_trigger name produces an empty trigger span for that fill. trigger stays markup-only by design (icvoss/django-brickwork#398 sweep): the worked example above fills it with a whole interactive element (a