Update Changelog.md
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 22s
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 22s
This commit is contained in:
parent
82693bfa3e
commit
3fc301cde5
1 changed files with 6 additions and 4 deletions
|
@ -14,6 +14,7 @@ Implemented "FOREACH" and "ENDFOREACH" for templates.
|
|||
|
||||
FOREACH is used like:
|
||||
|
||||
PATH=/
|
||||
HTML='''
|
||||
{{{!FOREACH ArrayVar}}}
|
||||
{{{ArrayVar}}}
|
||||
|
@ -24,6 +25,7 @@ FOREACH is used like:
|
|||
|
||||
For multiple variables to expand in FOREACH:
|
||||
|
||||
PATH=/
|
||||
HTML='''
|
||||
{{{!FOREACH ArrayVar!ArrayVarSecond!ArrayVarThird}}}
|
||||
{{{ArrayVar}}}
|
||||
|
|
Loading…
Reference in a new issue