Filter content:

    % for week in weeks:
  1. ${week.name}

      % for goal in week.get_goals():
    • ${goal.name}:${goal.data}
    • % endfor
      % for module in week.get_non_goals():
    • ${module.name} handle
    • % endfor <%include file="module-dropdown.html"/>
  2. %endfor
  3. Course Scratch Pad

+ Add New Section