<%- full_date(post.date, 'll') %> <% if (post.title == "") { %> no title <% } else { %> <%- post.title %> <% } %>