{% extends "base.html" %} {% block title %}Documents · kb-mcp admin{% endblock %} {% block content %}
{% for row in rows %} {% else %} {% endfor %}
Title Type Tags Links Updated
{{ row.doc.title }}
{{ row.doc.id }}
{{ row.doc.type }}
{% for tag in row.doc.tags %} {{ tag }} {% endfor %}
{{ row.outlinks }} out · {{ row.backlinks }} in {{ row.doc.updated_at.strftime("%Y-%m-%d %H:%M") }} Open
No documents matched this filter.
{% endblock %}