{% extends "layout.html" %} {% block body %}

Overview

{% if g.user %}

Hello {{ g.user.screen_name }}! Wanna tweet something?

{% if tweets %}

Your Timeline

{% endif %} {% else %}

Sign in to view your public timeline and to tweet from this example application.

sign in

{% endif %} {% endblock %}