<%= attr.title %> <%= attr.author.name %>


<%= (attr.url) ? attr.url : attr.text %>


<% _.each(attr.comments, function(value, index, list) {%>
<%= value.author.name %>

<%= value.text %>

<% }) %>
Upewnij się, że komentarz będzie miał wartość dla innych członków społeczności.