<% if((typeof str_videoTitle !== "undefined") && (typeof str_creator !== "undefined") && (typeof str_date !== "undefined")) { %>
<% if(typeof title !== "undefined" ){ %>
<%- title %>
<% } %>
<% if(typeof creator !== "undefined" ){ %>
<%- creator %>
<% } %> <% if((typeof creator !== "undefined" ) && (typeof date !== "undefined" ) && (creator !== "")) { %>
,  
<% } %> <% if(typeof date !== "undefined" ){ %>
<%- date %>
<% } %>
<% } %>