<% const response = locals.response || {}; const data = { title: response.title || getText('page.title', 'unexpected'), subtitle: response.subtitle || getText('page.subtitle', 'unexpected'), lead: response.lead || getText('page.lead', 'unexpected'), description: response.description || getText('page.description', 'unexpected'), contact: response.contact }; %> <%- include('../../../../example/sample/default.ejs', { response: data }); %>