<% let footer = locals.footer || {}; let data = {}; if (footer) data = footer; %> <%- include('footer.ejs', {footer: {brand: true, content: true, bottom: true, ...data}}); %>