with ... fill ...
is the new INCLUDE
[% with title='Hello World' { fill site/header } %] --EOF--look inside...
Thus Spake Andy:
So we can emulate TT2's INCLUDE
by creating a local variable scope using
with
and calling fill
inside it.