<%# ─── TAB 1: Basic Info ─────────────────────────────────────────── %>
<%# ─── TAB 2: Detail Page ────────────────────────────────────────── %>
<%# ─── TAB 3: Curriculum ─────────────────────────────────────────── %>
Core Courses
Môn học bắt buộc trong chương trình
<% (programme.coreCourses || []).forEach(function(course, idx) { %>
<% }); %>
Electives
Môn học tự chọn
<% (programme.electives || []).forEach(function(elective) { %>
<% }); %>
<%# ─── TAB 4: Outcomes ───────────────────────────────────────────── %>
Learning Outcomes
Những gì sinh viên đạt được sau khoá học
<% (programme.outcomes || []).forEach(function(outcome) { %>
<% }); %>
<%# ─── TAB 5: FAQs ───────────────────────────────────────────────── %>
Frequently Asked Questions
Câu hỏi thường gặp trên trang chi tiết chương trình
<% (programme.faqs || []).forEach(function(faq) { %>
<% }); %>
<%# ─── TAB 6: Pricing ────────────────────────────────────────────── %>