{% extends "base.html" %} {% set active = "documents" %} {% block title %}Cortex — Documents{% endblock %} {% block content %}

Documents

{{ documents|length }} result(s)
{% for doc in documents %} {% else %} {% endfor %}
TypeTitleProjectTags
{{ doc.type }} {{ doc.title }} {{ doc.project }} {{ doc.tags }}
No documents found.
{% endblock %}