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