canonical source of truth — serve this to agents
{% endif %}
{# Whole content block is one link → click anywhere opens the doc. #}
{{ status_pill(r.status) }}
{% if r.kind %}{{ r.kind }}{% endif %}
{{ r.title | highlight(highlight_terms) }}
{{ fresh_label(r.age_days) }}
{% if r.section %}
{{ r.section }}
{% endif %}
{% if r.snippet %}
{{ r.snippet | highlight(highlight_terms) }}…
{% endif %}
{% if r.tags %}
{% for t in r.tags %}{% endfor %}
{% endif %}