Templating language

  • Last updated on April 1, 2019 at 10:57 AM

ReleaseNotes themes are created using handlebars.js

This means if you wish to customise a template, you should be comfortable with HTML, and JavaScript.

You should first check out the documentation at https://handlebarsjs.com, and familiarise yourself with their templating language.

For the most part, you should read up on the following sections at the handlebars docs site:

  • Getting Started
  • Handlebars Paths

Everything else is optional, but they should give you a good start.

Was this article helpful?