~jonas-drange/ubuntu-start-page/1252899-mobile-friendly

« back to all changes in this revision

Viewing changes to src/Mako-0.1.9/doc/build/templates/content_layout.html

  • Committer: Matthew Nuzum
  • Date: 2008-04-18 01:58:53 UTC
  • Revision ID: matthew.nuzum@canonical.com-20080418015853-2b8rf979z2c2exxl
adding files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## defines the default layout for normal documentation pages (not including the index)
 
2
<%inherit file="base.html"/>
 
3
<%page args="toc, extension, paged"/>
 
4
<%namespace file="nav.html" import="topnav, pagenav"/>
 
5
 
 
6
<%
 
7
    current = toc.get_by_file(self.template.module.filename)
 
8
%>
 
9
 
 
10
<A name="<% current.path %>"></a>
 
11
 
 
12
${topnav(item=current, toc=toc, extension=extension, paged=paged)}
 
13
 
 
14
${next.body(toc=toc, extension=extension, paged=paged)}
 
15
 
 
16
${pagenav(item=current, extension=extension, paged=paged)}
 
 
b'\\ No newline at end of file'