{% extends "base.html" %} {% block body %}
{% for twit in twits %}
{{ twit.user.username }}
{{ twit.twit }}
 
{% endfor %}
{% endblock %}