From 972feb4da2adbd91cee7856085ac9cb6c9d58f6b Mon Sep 17 00:00:00 2001 From: Vivek Agarwal Date: Wed, 12 Mar 2014 20:26:03 +0530 Subject: [PATCH] Fix typo. --- docs/tricks.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tricks.rst b/docs/tricks.rst index 5427a3e8..122c079a 100644 --- a/docs/tricks.rst +++ b/docs/tricks.rst @@ -15,11 +15,11 @@ Null-Master Fallback Jinja2 supports dynamic inheritance and does not distinguish between parent and child template as long as no `extends` tag is visited. While this leads to the surprising behavior that everything before the first `extends` tag -including whitespace is printed out instead of being igored, it can be used +including whitespace is printed out instead of being ignored, it can be used for a neat trick. Usually child templates extend from one template that adds a basic HTML -skeleton. However it's possible put the `extends` tag into an `if` tag to +skeleton. However it's possible to put the `extends` tag into an `if` tag to only extend from the layout template if the `standalone` variable evaluates to false which it does per default if it's not defined. Additionally a very basic skeleton is added to the file so that if it's indeed rendered with -- 2.47.2