%inherit file="main.html" />
<%namespace name='static' file='static_content.html'/>
<%block name="title">
${course.number} Textbook%block>
<%block name="headextra">
<%static:css group='course'/>
<%static:js group='courseware'/>
%block>
<%block name="js_extra">
%block>
<%include file="/courseware/course_navigation.html" args="active_page='textbook/{0}'.format(book_index)" />