Skip to content

Adding link to how to render templates #1888

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Adding link to how to render templates
  • Loading branch information
richardmiller-zz committed Nov 4, 2012
commit 4c6750826b26fb959755d21813061f3b9f3c901b
5 changes: 5 additions & 0 deletions book/templating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <controller-rendering-templates>`
page of the book.


.. index::
single: Templating; What is a template?

Expand Down