{% extends "base.html" %}
{% block title %}{{ "Edit" if editing else "New" }} Document · kb-mcp admin{% endblock %}
{% block content %}
{{ doc_form.id or "A typed entry that agents can retrieve and reuse." }}{{ "Edit document" if editing else "Create document" }}