blob: fa354d23370fb5356aebd2c2bb3e0b4d0a5332f3 [file] [log] [blame]
# 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>