%- include('head') %>
<%- include('header') %>
<%= translate.allAlbums[lang] %>
<% data.forEach(album => { %>
<%= album.title %>
<% }); %>