{# Calendar entries for blog listing cards — served as fragment from events app. Each post's entries are delimited by comment markers so the consumer can extract per-post HTML via simple string splitting. #} {% for post_id in post_ids %} {% set widget_entries = batch.get(post_id, []) %} {% if widget_entries %}