{{ answer | citation_badges }}
{% if answer_images %}
{% for img in answer_images %}
{{ img.label }}
{% endfor %}
{% endif %}
{% if sources %}
References
{% for src in sources %}
{{ src.id | reference_label }}
{{ src.title or src.path or 'Untitled' }}
{% endfor %}
{% endif %}
{% include "partials/source_panel.html" %}