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