forked from orbit-oss/flask
Added templating docs. This basically fixes #92
This commit is contained in:
parent
fd06bcfbf0
commit
4a2d2ba3b8
4 changed files with 200 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue