<%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

    % for id in components:
  1. % endfor

How Static Pages are Used in Your Course

Preview of how Static Pages are used in your course
These pages will be presented in your course's main navigation alongside Courseware, Course Info, Discussion, etc.
close modal