{# 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 `toggletip` for the caller inside the toggletip. #} {% macro toggletip(class) %}
{{caller()}}
{% endmacro %}