{% macro render_user_table(users, class='') %} {% for user in users %} {% endfor %}
# Username Email
{{ loop.index }} {{ user.name }} {{ user.email }}
{% endmacro %} {% macro render_pagination(pagination, endpoint) %} {% if pagination.pages > 1 %} {% endif %} {% endmacro %}