SelectorTemplating is a simple CSS-selector-based JavaScript templating.
Whereas most templates use inherence, this one is based on "mixin", You can easily mix template fragment each others with the power of CSS selector (like in a CSS file).
It is made for highly modular and loosely coupled JS libraries or applications.
Hence, It perfectly fits the Scalable JavaScript Application Architecture