<%- post.author.split('@', 2)[0] %>
<%- post.author %>

<%= linkify(post.content) %>

<% _.each(post.media, function(media) { %>
<% }) %>
<% _.each(post.comments, function(comment) { %>
<%- comment.author.split('@', 2)[0] %>
<%- comment.author %>

<%= linkify(comment.content) %>

<% _.each(comment.media, function(media) { %>
<% }) %>
<% }) %>

<% if (!answer || answer === '') { %> <% } else { %> <% } %>
ctrl + enter to post or drop a file here
Post