diff --git a/book/templating.rst b/book/templating.rst index 534cb7e4f10..07df70c0b88 100644 --- a/book/templating.rst +++ b/book/templating.rst @@ -14,6 +14,11 @@ used to return content to the user, populate email bodies, and more. You'll learn shortcuts, clever ways to extend templates and how to reuse template code. +.. note:: + How to render templates is covered in the :ref:`controller ` + page of the book. + + .. index:: single: Templating; What is a template?