<% const setting = page ? Object.assign(theme, page) : theme %> <%- partial('common/head', {setting:setting}) %> <%- body %> <%- partial('common/footer', {setting:setting}) %> <% if (setting.custom && setting.custom.body) { %> <%- setting.custom.body %> <% } %>