DESCRIPTION

Top Close Open

This grammar implements a limited set of elements for parsing control tags.

e.g.

TAGS '<* *>'
TAGS ['<*', '*>']
TAGS = '<* *>'
TAGS = ['<*', '*>']
TAGS.inline '<* *>'
TAGS.inline = ['<*', '*>']
TAGS.* off
TAGS {
    inline = off
    outline => '...'
}

http://tt3.template-toolkit.org/docs/Template/TT3/Grammar/Control.pm last modified 2009-12-15 06:52:24