{% extends "base.html" %} {% block body %} {% for twit in twits %}
{{ twit['username'] }}
{{ twit['twit'] }}
{% endfor %} {% if (username != "no-one") %}

twit

image

{% endif %} {% endblock %}