{% if error %}

Oh snap, there was an error.

Error details: {{ error }}

{% else %}

Hrm, we received an auth code: , but were unable to retrieve the access_token

This likely means that you waited too long to exchange your code for an access token or you are being awesome and checking to see this failure occur.

{% endif %}