| 123456789101112131415161718192021 | 
							- <!DOCTYPE html>
 
- <html lang="en">
 
-   {% include head.html %}
 
-   <body>
 
-     <!-- .js-show-sidebar shows sidebar by default -->
 
-     <div id="js-textbook" class="c-textbook {% if site.show_sidebar %}js-show-sidebar{% endif %}">
 
-       {% include sidebar.html %}
 
-       {% if page.search_page != true %}
 
-       {% endif %}
 
-       {% include topbar.html %}
 
-       <main class="c-textbook__page" tabindex="-1">
 
-             <div class="c-textbook__content" id="textbook_content">
 
-               {{ content }}
 
-             </div>
 
-             {% include page-nav.html %}
 
-             {% include footer.html %}
 
-         </div>
 
-       </main>
 
-     </div>
 
-   </body>
 
- </html>
 
 
  |