blob: c49ac13ba441dbfd47af0da833479af0c0df8546 [file] [log] [blame]
Armin Ronacher9d472df2008-05-04 19:56:34 +02001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2<html>
3 <head>
4 <title>Jinja2 Documentation</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Armin Ronacher6b449522008-05-04 20:48:03 +02006 <link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css">
7 <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css">
Armin Ronacher9d472df2008-05-04 19:56:34 +02008 {%- if builder != 'htmlhelp' %}
9 <script type="text/javascript">
10 var DOCUMENTATION_OPTIONS = {
11 URL_ROOT: '{{ pathto("", 1) }}',
12 VERSION: '{{ release }}'
13 };
14 </script>
15 <script type="text/javascript" src="{{ pathto('_static/jquery.js', 1) }}"></script>
16 <script type="text/javascript" src="{{ pathto('_static/interface.js', 1) }}"></script>
17 <script type="text/javascript" src="{{ pathto('_static/doctools.js', 1) }}"></script>
18 {%- endif %}
19 {%- if use_opensearch and builder != 'htmlhelp' %}
20 <link rel="search" type="application/opensearchdescription+xml"
21 title="Search within {{ docstitle }}"
Armin Ronacher6b449522008-05-04 20:48:03 +020022 href="{{ pathto('_static/opensearch.xml', 1) }}">
Armin Ronacher9d472df2008-05-04 19:56:34 +020023 {%- endif %}
24 {%- if hasdoc('about') %}
Armin Ronacher6b449522008-05-04 20:48:03 +020025 <link rel="author" title="About these documents" href="{{ pathto('about') }}">
Armin Ronacher9d472df2008-05-04 19:56:34 +020026 {%- endif %}
Armin Ronacher6b449522008-05-04 20:48:03 +020027 <link rel="contents" title="Global table of contents" href="{{ pathto('contents') }}">
28 <link rel="index" title="Global index" href="{{ pathto('genindex') }}">
29 <link rel="search" title="Search" href="{{ pathto('search') }}">
Armin Ronacher9d472df2008-05-04 19:56:34 +020030 {%- if hasdoc('copyright') %}
Armin Ronacher6b449522008-05-04 20:48:03 +020031 <link rel="copyright" title="Copyright" href="{{ pathto('copyright') }}">
Armin Ronacher9d472df2008-05-04 19:56:34 +020032 {%- endif %}
Armin Ronacher6b449522008-05-04 20:48:03 +020033 <link rel="top" title="{{ docstitle }}" href="{{ pathto('index') }}">
Armin Ronacher9d472df2008-05-04 19:56:34 +020034 {%- if parents %}
Armin Ronacher6b449522008-05-04 20:48:03 +020035 <link rel="up" title="{{ parents[-1].title|striptags }}" href="{{ parents[-1].link|e }}">
Armin Ronacher9d472df2008-05-04 19:56:34 +020036 {%- endif %}
37 {%- if next %}
Armin Ronacher6b449522008-05-04 20:48:03 +020038 <link rel="next" title="{{ next.title|striptags }}" href="{{ next.link|e }}">
Armin Ronacher9d472df2008-05-04 19:56:34 +020039 {%- endif %}
40 {%- if prev %}
Armin Ronacher6b449522008-05-04 20:48:03 +020041 <link rel="prev" title="{{ prev.title|striptags }}" href="{{ prev.link|e }}">
Armin Ronacher9d472df2008-05-04 19:56:34 +020042 {%- endif %}
43 </head>
44 <body>
45 <div id="content">
46 <div class="header">
47 <h1 class="heading"><a href="{{ pathto('index') }}"><span>Jinja</span></a></h1>
48 </div>
49 <div class="relnav">
50 {%- if prev %}
51 <a href="{{ prev.link|e }}">&laquo; {{ prev.title }}</a> |
52 {%- endif %}
53 <a href="{{ pathto(current_page_name) if current_page_name else '#' }}">{{ title }}</a>
54 {%- if next %}
55 | <a href="{{ next.link|e }}">{{ next.title }} &raquo;</a>
56 {%- endif %}
57 </div>
58 {%- if display_toc %}
59 <div id="toc">
60 <h3>Table Of Contents</h3>
61 {{ toc }}
62 </div>
63 {%- endif %}
64 <div id="contentwrapper">
65 {% block body %}{% endblock %}
66 </div>
67 </div>
68 <div class="footer">
Armin Ronacher6b449522008-05-04 20:48:03 +020069 © Copyright 2008 by the <a href="http://pocoo.org/">Pocoo Team</a>,
70 documentation generated by <a href="http://sphinx.pocoo.org/">Sphinx</a>
Armin Ronacher9d472df2008-05-04 19:56:34 +020071 </div>
72 </body>
73</html>