blob: 0e803083477ce71c1008a1208ed290309c0ef008 [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 Ronachera5204a42008-05-06 12:14:23 +02006 <link rel="stylesheet" href="{{ pathto('_static/style.css', 1) }}" type="text/css">
7 <link rel="stylesheet" href="{{ pathto('_static/print.css', 1) }}" type="text/css" media="print">
Armin Ronacher6b449522008-05-04 20:48:03 +02008 <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css">
Armin Ronacher9d472df2008-05-04 19:56:34 +02009 {%- if builder != 'htmlhelp' %}
10 <script type="text/javascript">
11 var DOCUMENTATION_OPTIONS = {
12 URL_ROOT: '{{ pathto("", 1) }}',
13 VERSION: '{{ release }}'
14 };
15 </script>
16 <script type="text/javascript" src="{{ pathto('_static/jquery.js', 1) }}"></script>
17 <script type="text/javascript" src="{{ pathto('_static/interface.js', 1) }}"></script>
18 <script type="text/javascript" src="{{ pathto('_static/doctools.js', 1) }}"></script>
19 {%- endif %}
20 {%- if use_opensearch and builder != 'htmlhelp' %}
21 <link rel="search" type="application/opensearchdescription+xml"
22 title="Search within {{ docstitle }}"
Armin Ronacher6b449522008-05-04 20:48:03 +020023 href="{{ pathto('_static/opensearch.xml', 1) }}">
Armin Ronacher9d472df2008-05-04 19:56:34 +020024 {%- endif %}
25 {%- if hasdoc('about') %}
Armin Ronacher6b449522008-05-04 20:48:03 +020026 <link rel="author" title="About these documents" href="{{ pathto('about') }}">
Armin Ronacher9d472df2008-05-04 19:56:34 +020027 {%- endif %}
Armin Ronacher6b449522008-05-04 20:48:03 +020028 <link rel="contents" title="Global table of contents" href="{{ pathto('contents') }}">
29 <link rel="index" title="Global index" href="{{ pathto('genindex') }}">
30 <link rel="search" title="Search" href="{{ pathto('search') }}">
Armin Ronacher9d472df2008-05-04 19:56:34 +020031 {%- if hasdoc('copyright') %}
Armin Ronacher6b449522008-05-04 20:48:03 +020032 <link rel="copyright" title="Copyright" href="{{ pathto('copyright') }}">
Armin Ronacher9d472df2008-05-04 19:56:34 +020033 {%- endif %}
Armin Ronacher6b449522008-05-04 20:48:03 +020034 <link rel="top" title="{{ docstitle }}" href="{{ pathto('index') }}">
Armin Ronacher9d472df2008-05-04 19:56:34 +020035 {%- if parents %}
Armin Ronacher6b449522008-05-04 20:48:03 +020036 <link rel="up" title="{{ parents[-1].title|striptags }}" href="{{ parents[-1].link|e }}">
Armin Ronacher9d472df2008-05-04 19:56:34 +020037 {%- endif %}
38 {%- if next %}
Armin Ronacher6b449522008-05-04 20:48:03 +020039 <link rel="next" title="{{ next.title|striptags }}" href="{{ next.link|e }}">
Armin Ronacher9d472df2008-05-04 19:56:34 +020040 {%- endif %}
41 {%- if prev %}
Armin Ronacher6b449522008-05-04 20:48:03 +020042 <link rel="prev" title="{{ prev.title|striptags }}" href="{{ prev.link|e }}">
Armin Ronacher9d472df2008-05-04 19:56:34 +020043 {%- endif %}
44 </head>
45 <body>
46 <div id="content">
47 <div class="header">
Armin Ronacherf35e2812008-05-06 16:04:10 +020048 <h1 class="heading"><a href="{{ pathto('index') }}"
49 title="back to the documentation overview"><span>Jinja</span></a></h1>
Armin Ronacher9d472df2008-05-04 19:56:34 +020050 </div>
51 <div class="relnav">
52 {%- if prev %}
53 <a href="{{ prev.link|e }}">&laquo; {{ prev.title }}</a> |
54 {%- endif %}
55 <a href="{{ pathto(current_page_name) if current_page_name else '#' }}">{{ title }}</a>
56 {%- if next %}
57 | <a href="{{ next.link|e }}">{{ next.title }} &raquo;</a>
58 {%- endif %}
59 </div>
60 {%- if display_toc %}
61 <div id="toc">
62 <h3>Table Of Contents</h3>
63 {{ toc }}
64 </div>
65 {%- endif %}
66 <div id="contentwrapper">
67 {% block body %}{% endblock %}
68 </div>
69 </div>
70 <div class="footer">
Armin Ronacher6b449522008-05-04 20:48:03 +020071 © Copyright 2008 by the <a href="http://pocoo.org/">Pocoo Team</a>,
72 documentation generated by <a href="http://sphinx.pocoo.org/">Sphinx</a>
Armin Ronacher9d472df2008-05-04 19:56:34 +020073 </div>
74 </body>
75</html>