{% macro action_toolbutton(icon, action, label) %} {% endmacro %} {% macro link_toolbutton(icon, href, label) %} {% endmacro %} {% macro link_button(label, href, icon, type, size) %} {% set _size = size|default(admin_lte_context.button.size) %} {% set _type = type|default(admin_lte_context.button.type) %} {% if icon %} {% endif %} {% if label %} {{ label }} {% endif %} {% endmacro %} {% macro action_button(label, action, icon, type, size) %} {% set _size = size|default(admin_lte_context.button.size) %} {% set _type = type|default(admin_lte_context.button.type) %} {% endmacro %}