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

Extract Handlebars Knot to Templating Engine repository #448

Closed tomaszmichalak closed 5 years ago

tomaszmichalak commented 6 years ago

Version used

Context of the issue/feature

Knot.x Core should not contain an OpenAPI-based server with a routing mechanism for Knots. But the particular implementations of Knots like Data Bridge, Forms, Templating Engine should be placed in dedicated repositories.

Requirements:

Appendix

tomaszmichalak commented 5 years ago

This functionality was reimplemented as a new module: https://github.com/Knotx/knotx-template-engine.