Looping

a loop {foreach:loop,a} {a} {end:}

a loop with 2 vars {foreach:loop,a,b} {a} , {b} {end:}

Bug #84 {foreach:list,i} {method(i)} {end:} {foreach:list,i,j} {i}:{j} {end:}
{abcd}, {test(def)}

HTML tags example using foreach="loop,a,b" or the tr

{a} {b}

HTML tags example using foreach="loop,a" or the tr using a highlight class.

a is {a.text} {a.price:n}

HTML tags example using foreach="loop,a,b" or the tr

{d}

Looping in CDATA

Dont forget that php strips line breaks!