<%inherit file="base.html" /> <%! from django.core.urlresolvers import reverse %> <%block name="title">Tabs <%block name="bodyclass">static-pages <%block name="jsextra"> <%block name="content">

Here you can add and manage additional pages for your course

These pages will be added to the primary navigation menu alongside Courseware, Course Info, Discussion, etc.

    % for id in components:
  1. % endfor