Files
edx-platform/cms/templates/index.html
2012-07-05 09:38:50 -04:00

14 lines
248 B
HTML

<%inherit file="base.html" />
<%block name="title">Course Manager</%block>
<%block name="content">
<section class="main-container">
<%include file="widgets/navigation.html"/>
<section class="main-content">
</section>
</section>
</%block>