% const date = post.date.format(config.date_format).split('-').join('.'); const tag = function(arr) {return arr.map(tag => tag.name)}; %>
<%- post.title %>
<%= date %> <% post.tags.map(function(tag) { %>#<%= tag.name %> <% }) %>