{% extends "_base.html" %} {% from "_partials.html" import status_pill %} {% set active = 'docs' %} {% block title %}trovex — {{ doc.title }}{% endblock %} {% block head %} {% endblock %} {% block content %}
store
@trovex {% if doc.kind %}{{ doc.kind }}{% endif %} {{ status_pill(doc.status) }}

{{ doc.title }}

canonical id {{ doc.ext_id }}
context cost ~{{ "{:,}".format(doc.tokens_est) }} tok
last updated
{% if doc.origin %}
source {{ doc.origin }}
{% endif %}
tags {% for t in doc.tags %} {{ t }} {% endfor %}
{{ body_html | safe }}
Version history snapshots from prior writes & restores
{% if toc %} {% endif %}
{% endblock %}