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

<%= company ? company.title : 'Overzicht' %>

<% if (company && company.tagline) { %>

<%= company.tagline %>

<% } %> <% if (company && (company.profile_bio || company.description)) { %>

<%= company.profile_bio || company.description %>

<% } %>
<%# ── ARTIESTEN-ROSTER ─────────────────────────────────────────── %> <% if (artists && artists.length) { %>

Artiesten

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

Laatste posts van users

<% } %>