{% extends "base.html" %} {% block title %}New memory — {{ bank.title }}{% endblock %} {% block window_title %}New memory - {{ bank.title }}{% endblock %} {% block content %}

{% if first_memory %}Add your first memory{% else %}Add memory{% endif %}

Bank: {{ bank.title }}

{% if error %}

{{ error }}

{% endif %} {% if first_memory %}

Fill the shape below with your timeline. Specifics matter — amounts, decisions, titles — so Claude can reconstruct what happened when.

{% endif %}

Help Claude find these memories later — people, projects, topics.

Cancel
{% endblock %}