{% extends "base.html" %} {% set active = "explore" %} {% block title %}Cortex — Explore{% endblock %} {% block content %}
| Type | Title | Summary |
|---|---|---|
| {{ obj.type }} | {{ obj.title }} | {{ obj.summary[:120] }}{{ '...' if obj.summary|length > 120 else '' }} |
No results found for "{{ topic }}". Try a different topic or browse entities below.
No entities found{{ ' for type "' + entity_type + '"' if entity_type else '' }}.
{% endif %}