{% extends "_base.html" %} {% block main %}
List of Users for this server.

Click to add a new Account!

{% if toots %} {% for toot in toots %} {% endfor %}
# ID Content
{{ forloop.counter }} {{ toot.id }} {{ toot.content }}
{% endif %}
{% endblock %}