{% macro ToggleButton(action, open_html, close_html, section_name) %}
{{ close_html }}
{{ open_html }}
{% endmacro %} {% macro ToggleList(item_name, item_type, length) %}
{{ caller() }}
{% endmacro %} {% macro ToggleSection(section_name) %}
{{ caller() }}
{% endmacro %}