<%# ── HERO (label) — the mini topnav bar sits above it (chrome.ejs);
the hero itself is the "large" header of the hub home ──────────────── %>
<%# ── MAIN PAGE (label-/primary account — not an artist) ──────────── %>
<% if (mainSite) { %>
<% } %>
<%# ── ARTIST ROSTER ─────────────────────────────────────────── %>
<% if (artists && artists.length) { %>
<% var _total = (typeof totalArtists !== 'undefined') ? totalArtists : artists.length; %>
<% var _hasMore = _total > artists.length; %>
<%= t('phub.members') %>
<% if (_hasMore) { %><%= _total %><% } %>
<% if (_hasMore) { %>
<% } %>
<% } %>
<%# ── LATEST POSTS ────────────────────────────────────────────── %>
<% if (posts && posts.length) { %>
<%= t('phub.latest_posts') %>
<% } %>