| # defines the default layout for normal documentation pages (not including the index) | |
| <%inherit file="root.html"/> | |
| <% | |
| current = toc.get_by_file(self.template.module.filename) | |
| %> | |
| <A name="<% current.path %>"></a> | |
| ${self.nav.topnav(item=current)} | |
| <div class="sectioncontent"> | |
| ${next.body(toc=toc)} | |
| </div> |