{% 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+ Google (deprecated) Facebook Twitter Yahoo! (OpenID)

LinkedIn (deprecated) LinkedIn OAuth 2.0 Windows Live

destination_url: {{ destination_url }}

{% endif %} {% endblock %}