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

Click to add a new Account!

{% if accounts %} {% for account in accounts %} {% endfor %}
# Username Your Feed
{{ forloop.counter }} {{ account.username }}
{% endif %}
{% endblock %}