{% extends "base.html" %} {% block title %}{{ title }} — ai-memory{% endblock %} {% block content %}

{{ title }}

{{ tier }} {{ kind }} {% if pinned %} pinned {% endif %} Updated {{ updated_relative }} · Created {{ created_relative }} {% if supersedes_path != "" %} · Supersedes {{ supersedes_path }} {% endif %} {% if author_username != "" %} · Last edited by {{ author_username }} {% if author_name != "" %}({{ author_name }}){% endif %} {% if author_email != "" %}{{ author_email }}{% endif %} {% endif %}
{{ body_html|safe }}
{% endblock %}