<%# ── HERO (label / bedrijf) ─────────────────────────────────────── %>

<%= 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

<% } %>