From b9d0ef8e595a7b0dcebca39a46e511b42154b5fc Mon Sep 17 00:00:00 2001 From: Pierre Carru Date: Fri, 3 Feb 2017 17:25:01 +0100 Subject: [PATCH] readme: sections can be rendered 0 times If the key is false or empty --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b6ffb7..170f1f3 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ Output: ### Sections -Sections render blocks of text one or more times, depending on the value of the key in the current context. +Sections render blocks of text 0 or more times, depending on the value of the key in the current context. A section begins with a pound and ends with a slash. That is, `{{#person}}` begins a `person` section, while `{{/person}}` ends it. The text between the two tags is referred to as that section's "block".