{% if logged %}
logout
Blogger OAuth example
blah blah
Your blogs:
{% for blog in blogs %}
{{ blog.title }}
created: {{ blog.published }}
last updated: {{ blog.updated }}
Write a post
{{ blog.id }}
Type new post
{% endfor %} {% else %} I could do automatic redirect but we all love welcome screens :).
Ok,
allow this app to access Blogger
. {% endif %}