{% block style %}{% include "templates/includes/login/login.css" %}{% endblock %} {% block content %}
{%- if facebook_login is defined %} {{ _("Facebook") }} {%- endif -%} {%- if google_login is defined %} {{ _("Google") }} {%- endif -%} {%- if github_login is defined %} {{ _("GitHub") }} {%- endif -%}
{{ _("or") }}
{{ _("Not a user yet? Sign up") }}
{{ _("Forgot Password?") }}
{{ _("Have an account? Login") }}
{{ _("Back to Login") }}