<%# ── 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 %>

<% } %>
<%# ── HOOFDPAGINA (label-/hoofdaccount — geen artiest) ──────────── %> <% if (mainSite) { %>
<% var _mAva = mainSite.profile_photo || mainSite.owner_avatar; %> style="background-image:url('<%= _mAva %>')"<% } else { %> style="background:<%= mainSite.accent || 'var(--accent)' %>;color:#fff"<% } %>> <% if (!_mAva) { %><%= (mainSite.title || mainSite.slug).charAt(0).toUpperCase() %><% } %> Hoofdpagina <%= mainSite.title %> <% if (mainSite.tagline) { %><%= mainSite.tagline %><% } %> Bekijk de pagina
<% } %> <%# ── 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.

<% } %>