{% extends "rails/base.html" %} {% block title %}Authentication Result{% endblock %} {% block content %} {% if token %}
{% else %}
We were unable to retrieve your token.
{% if auth_error %}{{ auth_error }}
{% endif %}
{% endif %}
{% endblock %}
{% block footer %}
{% endblock %}