Channels

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

Posts

<% if (posts) { %>
<% _.each(posts, function(post) { %>

<%- post.content() %>

<% }); %>
<% } %>