{% macro component(id, active, lists=[], prefix) %}
{% for list in lists %}
{{ list.title }}
{% endfor %}
{% endmacro %}