i want templating engine similar apache tiles used in java. achache tiles uses oop approach. consider following example.
it works follows:
1. create temple a.
2. create 3 more templates, b, c , d extending template a.
is there templating engine supports above functionality.
Comments
Post a Comment