1 2 3 <?cs var:name(Wow.Foo) ?> 4 5 <?cs each:count = Foo.Bar.Baz ?> 6 <?cs var:name(count) ?> 7 <?cs /each ?> 8