#<%= post.number %>: <%= post.title %>
<%= post.timestamp %><%= post.text %>
<% if(post.links.length){ %>
Content Links
<% } %>
-
<% post.links.forEach(function(link,index){ %>
- <%= link.title %> (<%= link.hostname %>) <% }); %>