{# partials/_response.html
Renders the response / error / guardrail section of a result entry.
Expects: entry, truncated (bool), process_text(), text_to_colour()
#}
{% if entry.guardrail %}
Guardrail Triggered
{{ entry.guardrail_categories|e if entry.guardrail_categories is not none else "—" }}