mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
Merge branch 'master' of https://github.com/pantor/inja
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user