${x.category}
${x.title}
${x.summary}
Your private browser list
Keep promising learning paths close while you decide what belongs in your next creative season.
Return to catalog${x.category}
${x.summary}
Your tracked list is empty. Save a course from the catalog to create a focused shortlist.
`; } document.addEventListener('click', e => { if (e.target.dataset.remove) { const numId = Number(e.target.dataset.remove); const ids = JSON.parse(localStorage.getItem('rv-fallows') || '[]').filter(id => id !== numId); localStorage.setItem('rv-fallows', JSON.stringify(ids)); render(); } }); document.addEventListener('DOMContentLoaded', () => { loadData(); });