Hello all, I just want to check is there any HTML Template engine available for google gears. Currently my projects using huge amount of dynamic pages(PHP). I want to convert everything into offline pages. After reading few articles i just got this idea of storing html templates in the local server. And this html templates will have some basic structure for page rendering(Like table, div tags). I will process this content and include necessary elements(form elements, different div tags) to show it in screen using personalized parser which will replace some string(template tags) with corresponding, data. for eg: <div id="genderSection"><?GENDER_LIST?></div> I am wondering is there any other logic to implement this concept. Or is there any template parser available for Google gears?
thanks in advance.
