15 lines
366 B
HTML
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>
|