{% from "_macros.html" import cover %} {# Single feed card — the source of truth for both the initial feed list (_feed_items.html loops + includes this) and the HTMX Keep/Pass action swaps returned by POST /items/{id}/keep|pass (ARG-136 / ARG-139). ``card_delay`` is supplied by the list loop for the staggered entrance animation and defaults to 0 when rendered bare as an action response. ``is_featured`` is supplied only by the first-page list loop (ARG-175); it is undefined — and thus falsy — on the bare Keep/Pass action re-render, so the magazine hero degrades to a standard card there. #} {% set cat = (item.category.value if item.category else 'none')|lower %}