{% extends "_base.html" %} {% block main %} List of Users for this server. Click to add a new Account! Add Account {% if toots %} # ID Content {% for toot in toots %} {{ forloop.counter }} {{ toot.id }} {{ toot.content }} {% endfor %} {% endif %} {% endblock %}
Click to add a new Account!