{{ title }}

{% for course_row in courses %} {% set course = frappe.get_doc("LMS Course", course_row.course) %} {{ widgets.CourseCard(course=course) }} {% endfor %}