mod_stencil is intended as the "reverse" of server-side includes / mod_include: Instead of having each file include a standard header/footer, all you do is specify the data in the datafile.
When this datafile is requested, mod_stencil will open the stencil/template file, and substitue the data values from the requested value into the stencil. The result is sent to the user.
This module is similar in concept as mod_design, however this is as an Apache 2 module instead of an Apache 1 module.
Product's homepage
Requirements:
· Apache