{% extends "base.html" %} {% block title %}Browse Documents - 🚀RocketRAG{% endblock %} {% block page_title %}Document Browser{% endblock %} {% block page_description %}Browse and explore indexed documents{% endblock %} {% block styles %} {% endblock %} {% block content %} Back to Home
{% if not filenames %}
No documents found. Please add documents to the database first.
{% else %}
Select a document from the dropdown to view its content.
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}