Main Page
-----------Each project grid is generated with the same template. These blocks get loaded in via ajax
Project Detail
-----------Load via ajax the detail's templates, then generate the page + finish transition animation
Using the Template:
Templates act as formats. User populate templates with models (cousin of JS object by backbone).
User only need to concern about changing the data inside these models, as well as which template to use. We can call this part that's open to the user "configuration files".
Main Page -----------Each project grid is generated with the same template. These blocks get loaded in via ajax Project Detail -----------Load via ajax the detail's templates, then generate the page + finish transition animation
Using the Template: Templates act as formats. User populate templates with models (cousin of JS object by backbone). User only need to concern about changing the data inside these models, as well as which template to use. We can call this part that's open to the user "configuration files".