{% macro userItem(user, id=None, link=None, small=False) -%} {% if link %} {% else %} {% endif %} {{ user.name }} {{ user.screen_name }} {% if link %} {% else %} {% endif %} {%- endmacro %} {% macro groupItem(group, id=None, link=None, tree=False, small=False) -%} {% if link %} {% else %} {% endif %} {{ group.name }} {{ group.screen_name }} {% if link %} {% else %} {% endif %} {% if tree and group.groups.length != 0 %} {{ tree(group.groups) }} {% endif %} {%- endmacro %} {% macro appItem(app, id=None, link=None, small=False) -%} {% if link %} {% else %} {% endif %} {{ app.name }} {{ app.screen_name }} {{ app.description }} {% if link %} {% else %} {% endif %} {%- endmacro %}
{{ app.description }}