This displays nothing:
$Articles:{ $if(i!=1)$ display in between articles $endif$ $it.Text
}
This displays as expected
$Articles:{ display in between articles $it.Text
}
Any ideas on how to get this working?
|
|
This displays nothing:
This displays as expected
Any ideas on how to get this working?
|
||
|
|
|
|
here, it says that $if tests for the presence of an attribute or evaluates a boolean expr. The only operator allowed is |
||
|
|
|
Hi. you need to compute all expressions and push into the template. You are clearly filtering, which shoul be done in the model not the view. Please see: http://www.cs.usfca.edu/~parrt/papers/mvc.templates.pdf Terence |
||
|
|