Handlebars has support for basic logic built in. This template delivers alternate text: "Full-time employee" or "Part-time employee" depending on the value of a boolean ( example - "fulltime" : false) in the dataset. The #each operator is used to make Handlebars loop through the data and poplate the template with each data item.