{% extends "base.html" %} {% block content %} {% if pages %}
📖 Wiki

{{ project_name or "Project Wiki" }}

AI-generated knowledge base — always in sync with your codebase.

→ Browse Wiki 💬 Ask AI
{% if summary_html %}

📋 Project Summary

{{ summary_html | safe }}
{% endif %}
{{ pages | length }}
Wiki Pages
{% if file_count %}
{{ file_count }}
Files Indexed
{% endif %}

📄 All Pages

{% for page in pages %} â—¦ {{ page.title }} {% endfor %}
{% else %}
📂

No wiki pages yet

Run a scan to generate your AI-powered wiki from your codebase.

close-wiki scan .
{% endif %} {% endblock %}