course_index.html 336 Bytes
Newer Older
1 2
<%inherit file="base.html" />
<%block name="title">Course Manager</%block>
3
<%include file="widgets/header.html"/>
4

5
<%block name="content">
6 7
<section class="main-container">

8
  <%include file="widgets/navigation.html"/>
9 10 11 12

  <section class="main-content">
  </section>

13
  <%include file="widgets/upload_assets.html"/>
14

15
</section>
16
</%block>