<% if(post.photos) { %>
<%- post.title || 'Untitled' %>
<% } %>

<%= post.title || "Untitled" %>

<%- include('date', { date: post.date.toISOString() }) %>

<%= post.description %>

<% post.tags.data.forEach(function(tag) { %> #<%= tag.name %> <% }); %>