{% extends "base.html" %} {% block title %}{{ "Edit" if editing else "New" }} Document · kb-mcp admin{% endblock %} {% block content %} {% if errors %}
{% for error in errors %}
{{ error }}
{% endfor %}
{% endif %}
{% if not editing %} {% endif %}
{% if editing %} {% endif %}
{% endblock %}