{% extends "layout.html" %} {% block main %}
This is a test app to demonstrate SimpleAuth.
{% if logged_in %}Hey there. Looks like you're logged in already.
my profile logout {% else %}Try logging in with one of these:
Google Facebook Yahoo! (OpenID) Twitter LinkedIn Windows Live {% endif %} {% endblock %}