{% extends "base.html" %} {% block content %}
{% if mode == "register" %}

Create an Account

Register to save your tone analysis history and access exports.

{% else %}

Login

Log in to access your saved analyses and exports.

{% endif %}
{% if mode == "register" %} {% endif %}

{% if mode == "register" %} Already have an account? Log in here. {% else %} Need an account? Register here.
Forgot your password? {% endif %}

{% endblock %}