<%# ── HERO (label) — de mini topnav-balk staat erboven (chrome.ejs);
de hero zelf is de "grote" header van de hub-home ──────────────── %>
<%# ── HOOFDPAGINA (label-/hoofdaccount — geen artiest) ──────────── %>
<% if (mainSite) { %>
<% } %>
<%# ── ARTIESTEN-ROSTER ─────────────────────────────────────────── %>
<% if (artists && artists.length) { %>
<% var _total = (typeof totalArtists !== 'undefined') ? totalArtists : artists.length; %>
<% var _hasMore = _total > artists.length; %>
Leden
<% if (_hasMore) { %><%= _total %><% } %>
<% if (_hasMore) { %>
<% } %>
<% } %>
<%# ── LAATSTE POSTS ────────────────────────────────────────────── %>
<% if (posts && posts.length) { %>
Laatste posts van onze leden.
<% } %>