<%- include('_header') %>

#<%= community.name %>

Members

<%- include('_friends', { friends: community.members }) %>

Topics

<% community.posts.map(post => { %>

<%= post.content.text.substr(0, 70) %>. Replies <%= post.replies.length %>

<% }) %>
<%- include('_footer') %>