<%- include('_header') %>

#<%= community.name %>

Members

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

Posts

<%- include('_posts', { posts: community.posts }) %>
<%- include('_footer') %>