The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[% BLOCK sql_block %]
CREATE [% keyword %] [% name %][% child_output %]

[% END %]
[% BLOCK table_body %]
 {
[% FOREACH child_element IN child_output %]
[% child_element %]
[% END %]
}
[% END %]
[% BLOCK table_element_block %]
    [% name %] = [% child_output %];
[% END %]

[% BLOCK field_statement %]
    [% keywords.join( ':' ) %]
[% END %]