{% macro componentsBundles(config) %}
{% if config.pageId == "home" %}
{% elif config.pageId == "profile" %}
{% elif config.pageId == "listing" %}
{% elif config.pageId == "help" %}
{% elif config.pageId == "compare" %}
{% elif config.pageId == "bundle" %}
{% else %}
{% endif %}
{% endmacro %}