Knotx / knotx

Knot.x is a highly-efficient and scalable integration framework designed to build backend APIs
https://knotx.io
Apache License 2.0
126 stars 26 forks source link

Custom handlebars delimiters #422

Closed marcinczeczko closed 6 years ago

marcinczeczko commented 6 years ago

Description

There are use cases in which the template to be rendered by Knot.x consists of handlebars scripts that are to be interpreted client side e.g. using Angular. In order to do so, an Angular variables, expressions must not be processed by the Knot.x. In order to enable this, there is a need to have Handlebars delimiters configured so, the developer might chose to use [< and ]>' delimiters instead of{{and}}`

Motivation and Context

Screenshots (if appropriate):

Types of changes

Checklist:


I hereby agree to the terms of the Knot.x Contributor License Agreement.