[%%%COMMENT%%%] Partial / Sub-Template: templating-test.inc.htm [%%%/COMMENT%%%]
Marker-TPL w. Sub-Template Render (Table with #[###TCOUNT|int###] columns):
| Column 1 |
| Column 2 |
| Column 3 |
|
[%%%LOOP:TBL%%%]
| cell [###TBL.A1|html###] |
| cell [###TBL.A2|html###] |
| cell [###TBL.A3|html###] |
|
[%%%/LOOP:TBL%%%]
Test Condition#1:
[%%%IF:A:==Test-1;%%%]
OK
[%%%ELSE:A%%%]
NOT OK
[%%%/IF:A%%%]
Test Condition#2:
[%%%IF:B:==###A###;(1)%%%]
NOT OK
[%%%ELSE:B(1)%%%]
[%%%IF:B:==Test-1;(2)%%%]
NOT OK
[%%%ELSE:B(2)%%%]
[%%%IF:A:!=Test-1;%%%]
NOT OK
[%%%ELSE:A%%%]
OK
[%%%/IF:A%%%]
[%%%/IF:B(2)%%%]
[%%%/IF:B(1)%%%]