{% extends "base.html" %} {% block title %}Login - NexHome{% endblock %} {% block content %}

Welcome Back

Sign in to your NexHome account

{% if error %}
{{ error }}
{% endif %} {% if request.query_params.get('registered') %}
Registration successful! Please sign in.
{% endif %}
Don't have an account? Create one here
{% endblock %}