{% macro tabs(tabs_list) %}
{% for tab in tabs_list %}
{{ tab.title }}
{% endfor %}
{% endmacro %}