{% extends "_base.html" %} {% block main %}
{% if toots %} {% for toot in toots %} {% endfor %}
# User Content
{{ forloop.counter }} {{ toot.account.display_name }} {{ toot.content | safe}}
{% endif %}
{% endblock %}