<%namespace name='static' file='static_content.html'/> %for course in courses:

${course.title}

${",".join(course.instructors)} — ${course.institution}

${course.id}

Register

Starts:

Ends:

Hackish temp link to courseware

%endfor