<%# Sites have no avatar in the data model β fall back to the first
letter of their title, same pattern as users without avatar_url. %>
<%= (s.title || s.slug || '?').charAt(0).toUpperCase() %>
<%= s.title %>
<% if (s.is_primary) { %>
β primair
<% } %>
<% if (s.is_public) { %>
β public
<% } else { %>
π private
<% } %>
<% if (!s.robots_index) { %>
π«π€ noindex
<% } %>