blob: a6f61dd462c430795af6b9bd7ea208c6d1722a5a [file]
# defines the default layout for normal documentation pages (not including the index)
<%inherit file="base.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>