Armin Ronacher | 9d472df | 2008-05-04 19:56:34 +0200 | [diff] [blame] | 1 | <!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 Ronacher | a5204a4 | 2008-05-06 12:14:23 +0200 | [diff] [blame] | 6 | <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 Ronacher | 6b44952 | 2008-05-04 20:48:03 +0200 | [diff] [blame] | 8 | <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css"> |
Armin Ronacher | 9d472df | 2008-05-04 19:56:34 +0200 | [diff] [blame] | 9 | {%- 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 Ronacher | 6b44952 | 2008-05-04 20:48:03 +0200 | [diff] [blame] | 23 | href="{{ pathto('_static/opensearch.xml', 1) }}"> |
Armin Ronacher | 9d472df | 2008-05-04 19:56:34 +0200 | [diff] [blame] | 24 | {%- endif %} |
| 25 | {%- if hasdoc('about') %} |
Armin Ronacher | 6b44952 | 2008-05-04 20:48:03 +0200 | [diff] [blame] | 26 | <link rel="author" title="About these documents" href="{{ pathto('about') }}"> |
Armin Ronacher | 9d472df | 2008-05-04 19:56:34 +0200 | [diff] [blame] | 27 | {%- endif %} |
Armin Ronacher | 6b44952 | 2008-05-04 20:48:03 +0200 | [diff] [blame] | 28 | <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 Ronacher | 9d472df | 2008-05-04 19:56:34 +0200 | [diff] [blame] | 31 | {%- if hasdoc('copyright') %} |
Armin Ronacher | 6b44952 | 2008-05-04 20:48:03 +0200 | [diff] [blame] | 32 | <link rel="copyright" title="Copyright" href="{{ pathto('copyright') }}"> |
Armin Ronacher | 9d472df | 2008-05-04 19:56:34 +0200 | [diff] [blame] | 33 | {%- endif %} |
Armin Ronacher | 6b44952 | 2008-05-04 20:48:03 +0200 | [diff] [blame] | 34 | <link rel="top" title="{{ docstitle }}" href="{{ pathto('index') }}"> |
Armin Ronacher | 9d472df | 2008-05-04 19:56:34 +0200 | [diff] [blame] | 35 | {%- if parents %} |
Armin Ronacher | 6b44952 | 2008-05-04 20:48:03 +0200 | [diff] [blame] | 36 | <link rel="up" title="{{ parents[-1].title|striptags }}" href="{{ parents[-1].link|e }}"> |
Armin Ronacher | 9d472df | 2008-05-04 19:56:34 +0200 | [diff] [blame] | 37 | {%- endif %} |
| 38 | {%- if next %} |
Armin Ronacher | 6b44952 | 2008-05-04 20:48:03 +0200 | [diff] [blame] | 39 | <link rel="next" title="{{ next.title|striptags }}" href="{{ next.link|e }}"> |
Armin Ronacher | 9d472df | 2008-05-04 19:56:34 +0200 | [diff] [blame] | 40 | {%- endif %} |
| 41 | {%- if prev %} |
Armin Ronacher | 6b44952 | 2008-05-04 20:48:03 +0200 | [diff] [blame] | 42 | <link rel="prev" title="{{ prev.title|striptags }}" href="{{ prev.link|e }}"> |
Armin Ronacher | 9d472df | 2008-05-04 19:56:34 +0200 | [diff] [blame] | 43 | {%- endif %} |
Armin Ronacher | ed98cac | 2008-05-07 08:42:11 +0200 | [diff] [blame^] | 44 | {% block extrahead %}{% endblock %} |
Armin Ronacher | 9d472df | 2008-05-04 19:56:34 +0200 | [diff] [blame] | 45 | </head> |
| 46 | <body> |
| 47 | <div id="content"> |
| 48 | <div class="header"> |
Armin Ronacher | f35e281 | 2008-05-06 16:04:10 +0200 | [diff] [blame] | 49 | <h1 class="heading"><a href="{{ pathto('index') }}" |
| 50 | title="back to the documentation overview"><span>Jinja</span></a></h1> |
Armin Ronacher | 9d472df | 2008-05-04 19:56:34 +0200 | [diff] [blame] | 51 | </div> |
| 52 | <div class="relnav"> |
| 53 | {%- if prev %} |
| 54 | <a href="{{ prev.link|e }}">« {{ prev.title }}</a> | |
| 55 | {%- endif %} |
| 56 | <a href="{{ pathto(current_page_name) if current_page_name else '#' }}">{{ title }}</a> |
| 57 | {%- if next %} |
| 58 | | <a href="{{ next.link|e }}">{{ next.title }} »</a> |
| 59 | {%- endif %} |
| 60 | </div> |
| 61 | {%- if display_toc %} |
| 62 | <div id="toc"> |
| 63 | <h3>Table Of Contents</h3> |
| 64 | {{ toc }} |
| 65 | </div> |
| 66 | {%- endif %} |
| 67 | <div id="contentwrapper"> |
| 68 | {% block body %}{% endblock %} |
| 69 | </div> |
| 70 | </div> |
| 71 | <div class="footer"> |
Armin Ronacher | 6b44952 | 2008-05-04 20:48:03 +0200 | [diff] [blame] | 72 | © Copyright 2008 by the <a href="http://pocoo.org/">Pocoo Team</a>, |
| 73 | documentation generated by <a href="http://sphinx.pocoo.org/">Sphinx</a> |
Armin Ronacher | 9d472df | 2008-05-04 19:56:34 +0200 | [diff] [blame] | 74 | </div> |
| 75 | </body> |
| 76 | </html> |