Is there a PHP/Javascript/c#/java or ruby templating engine which supports hierarchical templates? -


all template engines encountered has 1 level, whereas want define template within template within template etc. russian doll.

apache tiles supports them, sitemesh.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

sql - text truncated using perl DBI insert -

php - Pass object by reference or value -