{% extends "base.html" %} {% block title %}Links · kb-mcp admin{% endblock %} {% block content %}

Create link

Filter links

Relationships

{{ links|length }} link(s)
{% for link in links %}
{{ link.from_id }} → {{ link.to_id }}
{{ link.rel }} · {{ link.created_at.strftime("%Y-%m-%d %H:%M") }}
{% else %}
No links match the current filter.
{% endfor %}
{% endblock %}