Local

Most active

<% if (mostActive) { %>
<% _.each(mostActive, function(channel) { %>
<%- channel.title() %> <%- channel.description() %>
<% }); %>
<% } %>

Global

Most active

<% if (mostActive) { %>
<% _.each(mostActive, function(channel) { %>
<%- channel.title() %> <%- channel.description() %>
<% }); %>
<% } %>