<%# ── HERO (label) — de mini topnav-balk staat erboven (chrome.ejs); de hero zelf is de "grote" header van de hub-home ──────────────── %>
style="--hero-img:url('<%= hub.heroImage %>'); --hero-ov:<%= ((hub.heroOverlay == null ? 45 : hub.heroOverlay)/100).toFixed(2) %>"<% } %>>

<%= 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() %><% } %> <%= t('phub.main_badge') %> <%= mainSite.title %> <% if (mainSite.tagline) { %><%= mainSite.tagline %><% } %> <%= t('phub.view_page') %>
<% } %> <%# ── ARTIESTEN-ROSTER ─────────────────────────────────────────── %> <% if (artists && artists.length) { %> <% var _total = (typeof totalArtists !== 'undefined') ? totalArtists : artists.length; %> <% var _hasMore = _total > artists.length; %>

<%= t('phub.members') %> <% if (_hasMore) { %><%= _total %><% } %>

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

<%= t('phub.latest_posts') %>

<% } %>