{% extends "_base.html" %} {% block main %} List of Users for this server. Click to add a new Account! Add Account {% if accounts %} # Username Your Feed {% for account in accounts %} {{ forloop.counter }} {{ account.username }} Toots {% endfor %} {% endif %} {% endblock %}
Click to add a new Account!