{% extends "base.html" %} {% load allauth %} {% load i18n %} {% block bodyclass %} bg-light {% endblock bodyclass %} {% block css %} {{ block.super }} {% endblock css %} {% block title %} {% block head_title %} {% trans "Sign In" %} {% endblock head_title %} {% endblock title %} {% block body %}
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% element h2 %}Coming soon!{% endelement %}

Alphabet Learning is a brand new platform setting education resources. As of October 2024, the site is currently in active development and will be launched soon.


{% block content %} {% endblock content %}
{% endblock body %}