Files
edx-platform/templates/info.html
2012-03-19 11:10:44 -04:00

15 lines
344 B
HTML

<%inherit file="main.html" />
<%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>