diff options
| -rw-r--r-- | docs/narr/templates.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst index 9f1363abe..61c354c2c 100644 --- a/docs/narr/templates.rst +++ b/docs/narr/templates.rst @@ -409,7 +409,7 @@ templates is available from `the Chameleon website ``pyramid_jinja2`` instead. See :ref:`available_template_system_bindings`. -Given that there is a :term:`Chameleon` ZPT template named ``foo.pt`` +Given a :term:`Chameleon` ZPT template named ``foo.pt`` in a directory in your application named ``templates``, you can render the template as a :term:`renderer` like so: |
