{% extends "base.html" %} {% block body %} {% for twit in twits %}
{{ twit[0] }}
{{ twit[1] }}
{% endfor %} {% endblock %}