<%# ── Minimale nav (alleen auth) — over de hero, geen brand/switcher ── %> <%# ── HERO (label) — de pagina begint hier, geen header erboven ────── %>
style="--hero-img:url('<%= hub.heroImage %>')"<% } %>>

<%= hub.title %>

<% if (hub.tagline) { %>

<%= hub.tagline %>

<% } %> <% if (hub.intro) { %>

<%= hub.intro %>

<% } %>
<%# ── 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) { %>

Laatste posts van users

<% } %>