From 88f4a3ac2ea270ca9a42f856d59315c9c096cc03 Mon Sep 17 00:00:00 2001 From: goodrone Date: Wed, 14 Oct 2015 22:56:05 +0300 Subject: [PATCH] Update templating.rst to remove external link --- docs/templating.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/templating.rst b/docs/templating.rst index 641d6201..020defa2 100644 --- a/docs/templating.rst +++ b/docs/templating.rst @@ -260,8 +260,7 @@ Then in the template ``foo.html``: more html This replaces the ``$:bar`` with the output of the ``render.bar()`` call -(which is why it must be ``$:``/unfiltered, so -`ccnp `__ that you get un-encoded +(which is why it must be ``$:``/unfiltered, so that you get un-encoded HTML (unless you want something else of course)). You can pass variables in, in the same way: