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

📚 Documentation Center

{{ docs|length }} documents across all docs directories

{% if docs %} {% for d in docs %} {% endfor %}
Title Path Size Modified Snippet
{{ d.title }} {{ d.rel_path }} {{ d.size }} B {{ d.mtime|int|dt }} {{ d.snippet[:80] }}
{% else %}

No documents found

{% endif %}

← Back to Dashboard

{% endblock %}