{% include "../header.html" %}
Oauth login
    {% if errors %} {% for error in errors %}
  • {{ error[0] }}:{{ error[1] }}
  • {% endfor %} {% endif %}
{% include "../footer.html" %}