Files
edx-platform/info.html
Kyle Fiedler 4f1aedba0b Added titles to most of the pages
--HG--
branch : kf-titles
2012-03-12 17:20:13 -04:00

16 lines
415 B
HTML

<%inherit file="main.html" />
<%block name="title"><title>Course Info - MITx 6.002x</title></%block>
<%include file="navigation.html" args="active_page='info'" />
<section class="main-content">
<div class="info-wrapper">
<section class="updates">
<%include file="updates.html" />
</section>
<section class="handouts">
<%include file="handouts.html" />
</section>
</div>
</section>