Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Theming – question about context

  • #10917
    Avatar photo[anonymous]

    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?