Templates
Overview
Templates are reusable content blueprints that can be rendered with any data that matches its corresponding schema.
Under the hood, templates are rendered using Handlebars, a templating engine that allows you to render dynamic content based on a JSON schema and set of data provided.
As an example, here is a template that renders a product information:
This would render the following.