<% const body = ` ${typeof error !== 'undefined' && error ? `
${error}
` : ''}
${typeof csrfToken !== 'undefined' && csrfToken ? `` : ''}
Only letters, numbers, underscore and hyphen allowed
Choose the base game for your world
Cancel
World Creation Notes:
• World creation may take a few moments to complete
• You will be redirected to the worlds list when creation starts
• Additional world settings can be configured after creation
• Make sure the selected game is properly installed
`; %> <%- include('../layout', { body: body, currentPage: 'worlds', title: title }) %>