For repeated sections, a common idiom to put them inside a section:
{.section foo}
{.repeated section} {# leave off @ here}
{.end}
{.end}
If sections grow predicates, then you might do something like:
{.section foo}
Stuff here
{.section?plural}
Only in the plural case
{.end}
{.end}
{.section?plural} is the same as {.section @ ? plural}
(still don't like the ? syntax)
Original issue reported on code.google.com by gtempacc...@yahoo.com on 23 Jun 2009 at 6:07
Original issue reported on code.google.com by
gtempacc...@yahoo.com
on 23 Jun 2009 at 6:07