% var postContentUrl = '/data/posts/' + post.name + '?x=' + Math.random() /* reset gif animations */ %>
<% if (post.contentType === 'image') { %>
<% } else if (post.contentType === 'youtube') { %>
<% } else if (post.contentType === 'flash') { %>
<% } else if (post.contentType === 'video') { %>
<% if (post.flags.loop) { %>
<% } else { console.log(new Error('Unknown post type')) } %>