diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/templates.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst index 16ab27473..9fc6dd42a 100644 --- a/docs/narr/templates.rst +++ b/docs/narr/templates.rst @@ -13,9 +13,8 @@ its default templating language. However, :mod:`repoze.bfg` uses a different implementation of the :term:`ZPT` specification than Zope does: the :term:`z3c.pt` templating engine. This templating engine complies with the `Zope Page Template -<http://wiki.zope.org/ZPT/FrontPage>`_ template specification. While -:term:`z3c.pt` doesn't implement the :term:`METAL` specification, it -is significantly faster. +<http://wiki.zope.org/ZPT/FrontPage>`_ template specification and is +significantly faster. Given that there is a :term:`z3c.pt` template named ``foo.html`` in a directory in your application named ``templates``, you can render the |
