{% include "components/card.html" with title="Login" description="Enter your email below to login to your account." class="w-full max-w-sm" %}
{% csrf_token %} {% include "components/form-group.html" with label="Email" name="email" %} {% include "components/input.html" with name="email" type="email" placeholder="m@example.com" required=True %} {% endinclude %} {% include "components/form-group.html" with label="Password" name="password" %} {% include "components/input.html" with name="password" type="password" required=True %} {% endinclude %} {% include "components/button.html" with label="Sign In" type="submit" class="w-full" %}
Don't have an account? Sign up
{% endinclude %}