{% extends "template.html" %} {% block content %} {{markdown|safe}} {% if tweets != None %} recent tweets {% for url, text in tweets %} {% if text == None %} [image only] {% else %} {{text}} {% endif %} {% endfor %} {% endif %} {% endblock %}