{% extends "base.html" %} {% block title %}Home ยท Steady{% endblock %} {% block content %}

One calm step at a time

Welcome to Steady

{% if current_user.is_authenticated %}

Your workspace is ready. Choose one calm next step.

Open Today {% else %}

A quiet, ADHD-friendly place to capture and complete what matters.

Create your account {% endif %}
{% endblock %}