{{ r.title }}
{% if r.aspect_tags %}
{% for tag in r.aspect_tags[:3] %}
{{ tag }}
{% endfor %}
{% endif %}
{% if r.notes %}
“{{ r.notes }}”
{% endif %}