summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/build/filtering.rst2
-rw-r--r--doc/build/syntax.rst13
2 files changed, 13 insertions, 2 deletions
diff --git a/doc/build/filtering.rst b/doc/build/filtering.rst
index 3bcb25a..c8765d3 100644
--- a/doc/build/filtering.rst
+++ b/doc/build/filtering.rst
@@ -4,6 +4,8 @@
Filtering and Buffering
=======================
+.. _expression_filtering:
+
Expression Filtering
====================
diff --git a/doc/build/syntax.rst b/doc/build/syntax.rst
index 4d2814d..2873584 100644
--- a/doc/build/syntax.rst
+++ b/doc/build/syntax.rst
@@ -271,8 +271,17 @@ Currently, only one ``<%page>`` tag gets used per template, the
rest get ignored. While this will be improved in a future
release, for now make sure you have only one ``<%page>`` tag
defined in your template, else you may not get the results you
-want. The details of what ``<%page>`` is used for are described
-further in :ref:`namespaces_body` as well as :ref:`caching_toplevel`.
+want. Further details on what ``<%page>`` is used for are described
+in the following sections:
+
+* :ref:`namespaces_body` - ``<%page>`` is used to define template-level
+ arguments and defaults
+
+* :ref:`expression_filtering` - expression filters can be applied to all
+ expressions throughout a template using the ``<%page>`` tag
+
+* :ref:`caching_toplevel` - options to control template-level caching
+ may be applied in the ``<%page>`` tag.
``<%include>``
--------------