<% /* expects context: - theme {string} - themeVariation {string} - themeProperties {object} - themeOverride {boolean} */ if (theme !== 'none') { const themeInfo = { name: theme, variation: themeVariation, properties: themeProperties, override: themeOverride, }; %> <% } %>