{% from "components/icon.html" import Icon %} {% macro ToggleItem(action, item_type, length, icon) %} {{ action }} {{ item_type }} ({{ length }}){{ Icon(icon) }} {% endmacro %} {% macro ToggleList(item_name, item_type, length) %}
  • {% endmacro %}