AvanTemplate is a template engine for PHP. It is multi-byte safe and consumes little computing resource. It supports variable replacement, block that can be set to hidden or shown, loop, multple-depth loop, and inclusion of external template file.
Text::FastTemplate is yet another template module written in Perl. So why use this module instead of one of the other template modules? Well...it's ultra simple. It's fast. It's lean. It completely separates the presentation from the application logic.
A different template system for PHP 4. It's loosely based on TARP and looks a little like FastTemplate, but instead of providing data to the template engine, this one gets or makes the information itself. No longer being developed.
The Core Object Rendering Engine is an extensible, template driven, web application platform and content manager. All data, including sql tables,
are accessible from a tree of tied hashes. Branches can easily be incorporated into existing web pages.
LibWeb is a Perl library and toolkit for building a community web site and applications . It features members authentication, a concise, easy to use database API and template-driven, dynamic HTML page generation without using PHP/ASP/SSI/Javascript.
PrensaLibre is a monolithic Perl CGI which automates the process of publishing a Web magazine. It produces HTML, WAP, RSS, and Text Bulletin output. The template-based magazine layout is fully customizable and fully Web-administered.
Self-Contained CGI (sccgi) is a C++ application that can be customized by developers looking to write high-performance web applications. It includes several database adapters and a template engine. Additionally, it can be extended with Lua.