Tracked Courses

Keep your favorites in one place. Untrack anytime and use the planning twist to split total hours across your chosen week layout.

Back to Catalog
Tip: tracked items are stored locally in your browser.
PLACEHOLDER_EXTRA_WORDS
orEach((b) => b.addEventListener("click", () => { const id = String(b.getAttribute("data-id") || ""); addToCart(id, 1); openToast("Added", "Added to cart."); }) ); $$(".addone-btn").forEach((b) => b.addEventListener("click", () => { const id = String(b.getAttribute("data-id") || ""); addToCart(id, 1); openToast("Added", "Added +1 to cart (kept in favorites)."); }) ); } function escapeHtml(s) { return String(s == null ? "" : s) .replace(/&/g, "&") .replace(//g, ">") .replace(/"/g, """) .replace(/'/g, "'"); } function escapeAttr(s) { return escapeHtml(s).replace(/`/g, "`"); } })();