Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 5d5a53cfb1fc82fdbf1e3e9ea3253fa5 > files > 80

python-mako-0.2.4-1mdv2010.0.noarch.rpm

## defines the default layout for normal documentation pages (not including the index)
<%inherit file="base.html"/>
<%page args="toc, extension, paged"/>
<%namespace file="nav.html" import="topnav, pagenav"/>

<%
    current = toc.get_by_file(self.template.module.filename)
%>

<A name="<% current.path %>"></a>

${topnav(item=current, toc=toc, extension=extension, paged=paged)}

${next.body(toc=toc, extension=extension, paged=paged)}

${pagenav(item=current, extension=extension, paged=paged)}