This repository was archived by the owner on Nov 15, 2017. It is now read-only.

Description
Goal for 2.1 - can we use the DOMBuilder API as the basis for an object-based templating system with template inheritance?
Scattershot thoughts and questions:
- Reuse HTML mock objects in some way or introduce a new mode with its own objects which leverage the element creation function approach?
- Strings for simple things... logic functions - can these be done non-horribly?
- Compile step which keeps track of where logic needs to happen?
- Dummy nodes identify places where logic needs to happen at render time?
- Cloning as much as possible when outputting DOM elements from templates - DocumentFragments all over your face.
- Reuse the same templates to generate DOM elements or HTML.