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

Artiesten

<% } %> <%# ── LAATSTE POSTS ────────────────────────────────────────────── %> <% if (posts && posts.length) { %>

Laatste posts van users

<% } %>