in reply to Re: Push style templating systems
in thread Push style templating systems
I'd refer to it as something like "substitution-only" templating.
One difference is that Template::Recall works on fragments, and the logic for assembling those fragments into a larger document is in the code, not the template. It's not a big thing, but it's different from other template-as-a-whole-document approaches.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Push style templating systems
by perrin (Chancellor) on Mar 14, 2008 at 23:34 UTC | |
by chromatic (Archbishop) on Mar 15, 2008 at 02:19 UTC |