{% macro accordion(id, is_expanded=false, title="Accordion title", custom_header=false, expand_class="in") %}
{% if custom_header %} {{ caller(True) }} {% else %}

{{ title }}

{% endif %}
{{ caller(False) }}
{% endmacro %}