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

{{ workspace }}/{{ project }}

Recent Activity

{% if recent.is_empty() %}

No pages yet.

{% else %} {% endif %}
{% endblock %}