{% macro nav_ul_li_a(nav, items) %} {% endmacro nav_ul_li_a %} {% macro nav_a(nav, items) %} {% endmacro nav_a %} {% macro section(title, blocks, classes) %}
{% for widget in blocks['prepend'] %} {{ widget | raw }} {% endfor %} {% for widget in blocks['main'] %} {{ widget | raw }} {% endfor %} {% for widget in blocks['append'] %} {{ widget | raw }} {% endfor %}
{% endmacro section %} {% macro details(blocks, classes, is_open = true) %}
{% for widget in blocks['summary'] %} {{ widget | raw }} {% endfor %} {% for widget in blocks['main'] %} {{ widget | raw }} {% endfor %}
{% endmacro details %}