<% } else { %>
<%# More than 5: the count pill becomes a button that opens a modal listing every
member (avatar + name + link). CSS-only via a hidden checkbox — no JS, so it's
CSP- (no inline handler) and htmx-safe. Checkbox must precede .cirkel-modal so
the `:checked ~` sibling selector matches. %>
<% } else { %>
<%# Same view as the home page: timeline (post-card) + grid (post-tile),
switched by the view-switcher via body[data-feed-view]. The remote posts
are shaped to the local post format in circle.js (with external_url,
so cards link to the source site). %>