forked from orbit-oss/flask
Better English.
This commit is contained in:
parent
1cb75df8f1
commit
ebb07a0656
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ the application secure. Because of that Flask configures the `Jinja2
|
||||||
To render a template you can use the :func:`~flask.render_template`
|
To render a template you can use the :func:`~flask.render_template`
|
||||||
method. All you have to do is to provide the name of the template and the
|
method. All you have to do is to provide the name of the template and the
|
||||||
variables you want to pass to the template engine as keyword arguments.
|
variables you want to pass to the template engine as keyword arguments.
|
||||||
Here a simple example of how to render a template::
|
Here's a simple example of how to render a template::
|
||||||
|
|
||||||
from flask import render_template
|
from flask import render_template
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue