In a fluid, variables are and should be covered by the blocks you use.
v:page.menu ViewHelpers, :
- :
{levelOneIterator} {levelTwoIterator} - : lowerCamelCased. var.
, :
{iter}. tash-ified, . , .
:
`` ` {foo-bar}//echos "baz" {foo-bar}//echos "bing", vaiable, "foo-"
`` `
Update:
var-call. for-loop var.
<f:for each="{iterable}" as="iterableItem iteration="iteratorRoot">
{iteratorRoot.index} <!-- Echoes the current, zero-indexed iteration -->
<f:for each="{iterableItem}" as="subItem" iteration="iterationChild">
<!-- STILL echoes the current, zero-indexed iteration -->
{iteratorRoot.index}
<!-- Echoes the current, zero-indexed sub iteration -->
{iterationChild.index}
</f:for>
</f:for>
, . (as = "name" ) .