I've been playing around with an experimental new feature to allow you
to directly INCLUDE, PROCESS or WRAPPER a block defined in an external 
template.

For example, suppose you have a template foo/bar containing:

  [% BLOCK ping %]
  This is the ping block
  [% END %]

  [% BLOCK pong %]
  This is the pong block
  [% END %]

Reply via email to