This is optional, but some people might want this for readability in long
templates.
{.section foo}
blah
{.end foo}
{.section @}
blah
{.end @}
{.section bar}
blah
{.end foo} <-- throws an error, 'foo' is not closed here
{.singular?}
1
{.plural?}
2
{.end ?} <-- Asserts that predicates are closed
Original issue reported on code.google.com by gtempacc...@yahoo.com on 30 Sep 2009 at 6:13
Original issue reported on code.google.com by
gtempacc...@yahoo.com
on 30 Sep 2009 at 6:13