por <%= user.username %>
<%= created %>
<% if (category){ %>
<%= category_name %>
<% } %>
<%= content %>
<% if (images){ %>
<% _.each(images, function(image){ %>
<% }); %>
<% } %>
<% if (replies && replies.length > 0) { %>

Respuestas

<% } %>