{% macro tabs() -%} {% set uuid = uuid() %}
{% caller(uuid) %}
{%- endmacro %} {% macro tabitem(tab_uuid, title) -%} {% set uuid = uuid() %}
{{caller()}}
{%- endmacro %}