{% macro filter(button_label, expanded=false, collapsible=true, sub_text='') %}
{% if button_label and collapsible %} {% else %} {% if button_label %}
{{ button_label }}
{% endif %} {% endif %} {% if sub_text %}
{{ sub_text }}
{% endif %}
{{ caller() }}
{% endmacro %}