<%# ── Minimale nav (alleen auth) — over de hero, geen brand/switcher ── %>
<%# ── HERO (label) — de pagina begint hier, geen header erboven ────── %>
<%# ── ARTIESTEN-ROSTER ─────────────────────────────────────────── %>
<% if (artists && artists.length) { %>
<% var _total = (typeof totalArtists !== 'undefined') ? totalArtists : artists.length; %>
<% var _hasMore = _total > artists.length; %>
Artiesten
<% if (_hasMore) { %><%= _total %><% } %>
<% if (_hasMore) { %>
<% } %>
<% } %>
<%# ── LAATSTE POSTS ────────────────────────────────────────────── %>
<% if (posts && posts.length) { %>
<% } %>