<% if (allowSnow) { %> <% } %> <% if(allowRain) { %> <% } %>
Avatar <% if (user.avatar_decoration_data) { %> Decoration <% } %> <% if (platform.mobile) { %> <% } else { %>
<% } %>
<% let filtered = activities .filter(a => a.type !== 4) .sort((a, b) => { const priority = { 2: 0, 1: 1, 3: 2 }; const aPriority = priority[a.type] ?? 99; const bPriority = priority[b.type] ?? 99; return aPriority - bPriority; }); %>

Activities

<% if (readme) { %>
<%- readme %>
<% } %>