summaryrefslogtreecommitdiff
path: root/docs/narr/templates.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/templates.rst')
-rw-r--r--docs/narr/templates.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst
index 4e6570865..656cf4773 100644
--- a/docs/narr/templates.rst
+++ b/docs/narr/templates.rst
@@ -557,6 +557,9 @@ template as a :term:`renderer` like so:
The above will render the ``bar`` macro from within the ``foo.pt`` template
instead of the entire template.
+.. note::
+
+ This feature is new in Pyramid 1.4.
.. index::
single: Chameleon text templates
@@ -758,6 +761,10 @@ configure the template as a :term:`renderer` like so:
The above will render the ``bar`` def from within the ``foo.mak`` template
instead of the entire template.
+.. note::
+
+ This feature is new in Pyramid 1.4.
+
.. index::
single: automatic reloading of templates
single: template automatic reload