Added templating docs. This basically fixes #92

This commit is contained in:
Armin Ronacher 2010-07-18 01:30:28 +02:00
parent fd06bcfbf0
commit 4a2d2ba3b8
4 changed files with 200 additions and 1 deletions

View file

@ -379,7 +379,8 @@ package it's actually inside your package:
/hello.html
For templates you can use the full power of Jinja2 templates. Head over
to the `Jinja2 Template Documentation
to the :ref:`templating` section of the documentation or the official
`Jinja2 Template Documentation
<http://jinja.pocoo.org/2/documentation/templates>`_ for more information.
Here an example template: