by Before Semicolon

Data

HTML+ templates can be made fully aware of your data files. Injecting or creating context data is super easy to do either inside the template itself or in the initial engine setup.

Another spectacular aspect of the data is that it can be contextualized and there is no need to keep passing data to partial files when you include them.

Data can be provided or created in few ways:

With HTML+ templates, data can be global and scoped(context) which allows for unique templates to be build to fit the exact need of your project.

The templates are built in a way that enforces data immutability. This is so when you override data in one template it will never affect how data is in another.