{# templates/macros/layout.html #} {% macro details(group = '', _class='') %}
{{ caller() }}
{%- endmacro %} {% macro summary(id, _class=None, oob=False) %}
{{ caller() }}
{%- endmacro %} {% macro filter_summary(id, current_local_href, search, search_count, hx_select, oob=True) %}
{{ caller() }}
{% from 'macros/search.html' import search_mobile %} {{ search_mobile(current_local_href, search, search_count, hx_select) }}
{%- endmacro %} {% macro menu(id, _class="") %}
{{ caller() }}
{%- endmacro %}