{# Popover — anchored floating content panel #} {# Parameters: trigger_text (str), position (str: top|bottom|left|right, default: bottom) #} {% set position = position | default('bottom') %}