##This file is based on the template from the SimpleWiki source which carries the GPL license
<%inherit file="../main.html"/>
<%namespace name='static' file='../static_content.html'/>
<%block name="headextra">
<%static:css group='course'/>
%block>
<%!
from django.core.urlresolvers import reverse
from simplewiki.views import wiki_reverse
%>
<%block name="js_extra">
## TODO (cpennington): Remove this when we have a good way for modules to specify js to load on the page
## and in the wiki
<%block name="wiki_head"/>
%block>
<%block name="bodyextra">
%if course:
<%include file="../course_navigation.html" args="active_page='wiki'" />
%endif