{% extends "base.html" %} {% block title %}Memory — {{ role_name }} — InitRunner{% endblock %} {% block content %}
| Created | Category | Content |
|---|---|---|
| {{ m.created_at[:19] }} | {{ m.category or "—" }} | {{ m.content[:200] }}{% if m.content|length > 200 %}...{% endif %} |
| No memories stored | ||