<%- include('common-meta') %> <%- include('header') %>

<%= translate.coloringPageArtist[lang] %>: <%= user.username %>

<%= user.username %>

<%= user.count %> Coloring Page Works

<% data.forEach(item=> { %>
<%= item.title %>
<%= item.title %>
<% }); %>
<%- include('pagination') %>