Handlebars extension

Handlebars is a simple templating language.
It uses a template and an input object to generate HTML or other text formats.
Here, I would like to explain how to use the functions added to extend Handlebars.
See here for the basic usage of Handlebars.

Install

Install with npm:
npm i handlebars-extd

Usage

Importing handlebars-extd will return an extended Handlebars with built-in helpers and more.
import hbs from 'handlebars-extd';