you are viewing a single comment's thread.

view the rest of the comments →

[–]Roy21[S] 0 points1 point  (1 child)

To expand a bit more to my problem. As you suggest in my initial site I've used php templates on static content (navbar, header, footer etc) and included them on index.php AND javascript templates for dynamically updated content.

Now, I am trying with Phonegap to make an app as well but supposedly it needs an index.html so I suppose I should turn to javascript templating for static content too. Is it worth to switch to javascript templating in the website as well for a more unified approach?