`;
sortedSeasons.forEach(([season, data]) => {
html += `
`;
});
html += `
${season}
-
${data.reasons.map(reason => `
- ${reason} `).join('')}
