<%! from django.core.urlresolvers import reverse %> <%def name="make_chapter(chapter)">

${chapter['name']}

% for chapter in toc: ${make_chapter(chapter)} % endfor ## add a link to allow course.xml to be reloaded from the git content repo ##% if settings.QUICKEDIT: ##

quickedit

## ##% endif