"I wanted to have a system whose templates looked like HTML, with a minimum number of extra tags. . . . Web Templating owes a lot to the Ars Digita Community System ([ACS]) ..." [http://members.optushome.com.au/starters/template/] ---- [AMG]: I highly recommend [JCW]'s [[substify]], found near the top of [Templates and subst]. I use a variant of it to drive my Web site [http://andy.junkdrome.org/], including a custom search engine I made for a friend. See my code here: [http://andy.junkdrome.org/growth/data/]. * First look at template [http://andy.junkdrome.org/growth/data/template] * Then look at [[emit_template]] in site.tcl [http://andy.junkdrome.org/growth/data/site.tcl], which is called near the bottom of script [http://andy.junkdrome.org/growth/data/script]. [FF]: look at [TemplaTcl: a Tcl template engine], maybe is the one you are searching for. It has just two tags, ASP-like, and it is easily expandable, and relatively safe, as it runs in a safe interpreter. <> Template