<% if (typeof pageMeta !== 'undefined') { %> <% if (Array.isArray(pageMeta)) { %> <% pageMeta.forEach(meta => { %> <%- meta %> <% }) %> <% } else if (typeof pageMeta === 'string') { %> <%- pageMeta %> <% } %> <% } %> <% if (typeof title !== 'undefined') { %> <%= title %> <% } %> <% if (page === 'gallery') { %> <% } %> <% if (page === 'home' || page === 'downloads') { %> <% } %>