index



modules



license
coding style
to do



Skins for templates.

For templates it's possible to define a skin, along with your template.
The skin file will be used for generation.
At some point, it should have a

#parse( "$template" )

Currently there is one example in the ~~tapestry~~ templates:

...
output23=${outputDir}View_$

table: TableMacro: missing table content
.html
template23=Blank.vm
skin23=View.html.vm
...
output31=${outputDir}ViewEdit_$
table: TableMacro: missing table content
.html
template31=ViewEdit.html.vm
skin31=View.html.vm
...

We found it useful there, it seemed more elegant than using a lot of "#parse".

$Id: SkinTemplates.wiki 1273 2005-04-01 15:49:19Z cabnetrom $