{% extends "base.html" %}
{% block content %}
Browse mode
{% if total_docs == 1 %}
1 source document is represented in the index.
{% else %}
{{ total_docs }} source documents are represented in the index.
{% endif %}
Explore the local index