Written by

Back End Developer InterSystems Community Sites at InterSystems
Question Semion Makarov · Nov 23, 2021

ObjectScript templating engine

Hi folks!

Is there any templating engine for ObjectScript similar to Jinja?
Or is there any way to use csp's built-in tools to do this?

Ideally, I want to input the template and data into the function and get the ready to use html in the output.

Comments