{% extends "base.html" %} {% block title %}Edit memory ยท Retain{% endblock %} {% block content %}

Memory

Edit memory

{% if error %}
{{ error }}
{% endif %}
Cancel
{% endblock %}