%
var postContentUrl = '/data/posts/' + post.name;
var width;
var height;
if (post.contentType === 'image' || post.contentType === 'animation' || post.contentType === 'flash') {
width = post.imageWidth;
height = post.imageHeight;
}
if (!width) { width = 800; }
if (!height) { height = 450; }
%>
<% if (post.contentType === 'image' || post.contentType === 'animation') { %>
<% } else if (post.contentType === 'youtube') { %>
<% } else if (post.contentType === 'flash') { %>
<% } else if (post.contentType === 'video') { %>
<% if (post.flags.loop) { %>