{% extends "base.html" %} {% block content %}
Memory Library

Review what 8mem remembers

Active profile: {{ active_scope.label }}
Human-readable
{% for file in files %}

{{ file.label }}

{{ file.friendly_desc }}

Entries: {{ file.count }}
{% if file.preview %}
{{ file.preview[0] }}
{% endif %}
{% endfor %}
{% endblock %}