New documentation style go match Flask and Werkzeug better
[jinja2.git] / docs / _templates / sidebarintro.html
1 <h3>About Jinja2</h3>
2 <p>
3   Jinja2 is a full featured template engine for Python. It has full unicode
4   support, an optional integrated sandboxed execution environment, widely used
5   and BSD licensed.
6 </p>
7 <h3>Other Formats</h3>
8 <p>
9   You can download the documentation in other formats as well:
10 </p>
11 <ul>
12   <li><a href="http://jinja.pocoo.org/docs/jinja-docs.pdf">as PDF</a>
13   <li><a href="http://jinja.pocoo.org/docs/jinja-docs.zip">as zipped HTML</a>
14 </ul>
15 <h3>Useful Links</h3>
16 <ul>
17   <li><a href="http://jinja.pocoo.org/">The Jinja2 Website</a></li>
18   <li><a href="http://pypi.python.org/pypi/Jinja2">Jinja2 @ PyPI</a></li>
19   <li><a href="http://github.com/mitsuhiko/jinja2">Jinja2 @ github</a></li>
20 </ul>