<%inherit file="base.html" /> <%! from django.core.urlresolvers import reverse %> <%block name="title">Static Pages <%block name="bodyclass">is-signedin course pages static-pages <%block name="jsextra"> <%block name="content">
Course Content

Static Pages

On this page, 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