Far as I can tell there's no great reason to render templates with your project.
Firstly, templates should probably be avoided at all costs because it's relatively expensive.
A better alternative is to use client-side AJAX calls & just send back necessary data for generating a dynamic view.
However, I can't see any worthy dynamic content for project TagTube!
Serving static files is faster and more easily-managed.
Though I've already mentioned this to D. Mundy, and this project is probably kaput, I open this issue and following issues for purely historical reasons.
Far as I can tell there's no great reason to render templates with your project.
Firstly, templates should probably be avoided at all costs because it's relatively expensive.
A better alternative is to use client-side AJAX calls & just send back necessary data for generating a dynamic view.
However, I can't see any worthy dynamic content for project TagTube!
Serving static files is faster and more easily-managed.
Though I've already mentioned this to D. Mundy, and this project is probably kaput, I open this issue and following issues for purely historical reasons.