#<%= post.number %>: <%= post.title %>
<%= post.timestamp %>
Available as mp3 audio and narrated by the author.
<%- post.html %>
<% if(post.image){ %>
<% } %>
Available as mp3 audio and narrated by the author.
References
-
<% post.links.forEach(function(link,index){ %>
- <%= index+1 %>. <%= link.title %> (<%= link.hostname %>) <% }); %>