Loading…

` : `

Registrations will open soon. Check back later or return home.

`; const registrationHtml = `

Register${isInit ? '' : ' ยท Reserve Your Spot'}

${e.registrationNote ? `

${escHtml(e.registrationNote)}

` : ''}
${flyerHtml} ${zeffyHtml}
`; const html = `
HCCGC ${isInit ? 'Initiative' : 'Presents'}

${escHtml(displayTitle)}

${e.tagline ? `

${escHtml(e.tagline)}

` : ''} ${e.heroDescription ? `

${escHtml(e.heroDescription)}

` : ''}
${infoCards}

${escHtml(e.aboutTitle || displayTitle)}

${(e.aboutBody || '').split('\n').filter(Boolean).map(p => `

${escHtml(p)}

`).join('')}
${expectHtml} ${whoHtml}
${scheduleHtml} ${performersHtml} ${instructorHtml} ${curriculumHtml} ${registrationHtml} `; document.getElementById('loading-state').style.display = 'none'; document.getElementById('page-content').style.display = 'block'; document.getElementById('page-content').innerHTML = html; } function infoCard(icon, label, value, sub) { return `
${icon}

${escHtml(label)}

${escHtml(value)}${sub ? `${escHtml(sub)}` : ''}

`; }