{# tooltip expects a call when used #} {# Call contents will be included in each caller() call #} {# To add different content for the and the tooltip, you should check the call parameter. #} {# You'll receive `tooltip` for the caller inside the tooltip. #} {% macro tooltip(class) %}
{{caller()}}
{{caller("tooltip")}}
{% endmacro %}