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

Projects

All workspaces and projects in your wiki.

{% if let Some(dialog) = okf_dialog %} {% endif %} {% if projects.is_empty() %}

No projects yet — wire up a hook and start a session.

{% else %}
{% for card in projects %}
{{ card.workspace }}
{{ card.project }}
{{ card.page_count }} page{% if card.page_count != 1 %}s{% endif %} {% if card.last_updated_relative != "" %} {{ card.last_updated_relative }} {% endif %}
{% endfor %}
{% endif %} {% endblock %}