{% extends "base.html" %} {% block title %}Libraries - Context7 Docs{% endblock %} {% block content %}

Libraries


{% if data|length > 0 %} {% for lib in data %} {% endfor %} {% else %} {% endif %}
ID Name Description Source Path Updated At Actions
{{ escapeHtml(lib.id) }} {{ escapeHtml(lib.name) }} {{ escapeHtml(lib.description) or '-' }} {{ escapeHtml(lib.source_path) or '-' }} {{ lib.updated_at|default('N/A') }} View Docs |
|
No libraries found. Create one above.
{% if data and data[0] and data[0].get('content') %}
{% for chunk in data.get('content', []) %}{% if chunk|length > 0 %}{{ chunk.text | default(chunk.content) | default(chunk) }}{% endif %}{% endfor %}
← Back to Libraries {% endif %} {% endblock %}