blob: 581686630b74db39d7be6278b2a81c105b98e745 [file]
# defines the default layout for normal documentation pages (not including the index)
<%inherit file="base.html"/>
<%namespace file="nav.html" import="topnav"/>
<%
current = toc.get_by_file(self.template.module.filename)
%>
<A name="<% current.path %>"></a>
${topnav(item=current, paged=paged)}
${next.body(toc=toc, paged=paged)}