Forum › General Inquiry
This is what the documentation says about handlebars:
Handlebars are compiling *.hbs files and use context to render variables inside the template file.
A context is an object which contains data related to a current view.
It works in the following way:
*.hbs file + context = final output
How do you set a context?