{# Rich tooltip — HTML content tooltip with show/hide delay #} {# Parameters: content (str|html), position (str, default: top), show_delay (int ms, default: 200), hide_delay (int ms, default: 100) #} {% set position = position | default('top') %}