%- include('common-meta') %>
<%- include('header') %>
<%= title %>
<%= description %>
<% data.forEach(album=> { %>
<%= album.title %>
<% }); %>