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

Overview

{% if g.user %}

Hello {{ g.user.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 %}