{% extends "web/base.html" %} {% load static %} {% block title %}Login - PassMCQ{% endblock title %} {% block content %} {% include "web/include/alert_modal.html" %} {% if messages %} {% for message in messages %}
{% endfor %} {% endif %}

Welcome Back

Sign in to continue your learning journey

{% csrf_token %}

Don't have an account? Sign Up

or continue with
Continue with Google
{% endblock content %}