From ef3846ff2bfb68f4e553f61ecd326f66c35923c4 Mon Sep 17 00:00:00 2001 From: pantor <1885260+pantor@users.noreply.github.com> Date: Fri, 10 Apr 2020 15:42:49 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ea7e19..aa2fc23 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ In general, the variables can be fetched using the [JSON Pointer](https://tools. ### Statements -Statements can be written either with the `{% ... %}` syntax or the `##` syntax for entire lines. The most important statements are loops, conditions and file includes. All statements can be nested. +Statements can be written either with the `{% ... %}` syntax or the `##` syntax for entire lines. Note that `##` needs to start the line without indentation. The most important statements are loops, conditions and file includes. All statements can be nested. #### Loops