<%- include('header') %>

<%= title%>

By Art Color / <%=data.timeCreate%>

<% data.contents.forEach(item=> { %>
<%= item.title %>
<%= item.title %>
Click to download or color online along with the video
<% }); %>
<%- include('comment') %>
<%- include('footer') %>