{% if memories %} {% for memory in memories %} {% set is_pinned = memory.is_pinned %} {% include "partials/hot_item.html" %} {% endfor %} {% else %}

No memories in hot cache

Promote memories from the browser or let auto-promotion do its work

{% endif %}