<%- include('header.ejs') -%>
<%= videoData.title %>

<%= (new Date(videoData.date)+'').split(/(GMT|UTC)/g)[0] %>

<%= videoData.desc %>
<%if (username==videoData.username) { %> <% } %>
<%- include('comments.ejs') -%> <%- include('footer.ejs') -%>