Unobtrusive…Really ?
There are two ways to use PURE.
1. Manual mode (totally unobtrusive)
You are in charge of telling what PURE needs to do by using some commands we call directive.
In that case, the HTML and the JS logic are strictly separated.
2. Automatic mode (almost unobtrusive...)
This mode is ok for basic templating. PURE will try to match automatically for each class in your HTML a corresponding property in the JSON.
If the class matches an array, the node will be repeated for each item of the array.
If the class matches a value, the node text or an attribute will be set to that value.
We call it Auto – Rendering

