Files
edx-platform/info.html
Ernie Park 40a6c55b5c merge
2012-02-02 18:51:39 -05:00

15 lines
366 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="info_files/updates.html" />
</section>
<section class="handouts">
<%include file="info_files/handouts.html" />
</section>
</div>
</section>