blob: b5e5ed4b21d41cd08bdec01214149f2b4f0fabaf [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)}
${next.body(toc=toc)}