{% extends "base.html" %} {% block title %}Libraries - Context7 Docs{% endblock %} {% block content %}
| 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. | |||||
{% for chunk in data.get('content', []) %}{% if chunk|length > 0 %}{{ chunk.text | default(chunk.content) | default(chunk) }}{% endif %}{% endfor %}
← Back to Libraries
{% endif %}
{% endblock %}