{% extends "layouts/base.html" %} {% block title %} AppFlowy Cloud Login {% endblock %} {% block head %} {% endblock %} {% block content %}
{% include "../assets/logo.html" %}

Welcome to AppFlowy

{% if let Some(redirect_to) = redirect_to %} {% endif %}
{% if oauth_providers.len() > 0 %}

 or 
{% for provider in oauth_providers %} {% endfor %}
{% endif %}      
By clicking "Continue" above, you agreed to AppFlowy's Terms and Privacy Policy.
{% endblock %}