Can I use Handlebars, mustache and etc?

I was curious if you have had any success with incorporating templates into Pinegrow work flow?

I’ve been doing so for a about a year now with some success.
The key to success with this is a javascript “replace” script that fixes [handlebars] syntax that the Pinegrow editor changes before saving. To remedy this, your template code will need to go through the “replace” procedures.

Have a look at it here… Just a small bit of code can fix what the editor takes out.(syntactical slash characters)

I really enjoy Pinegrow editor far above the rest I’ve tried, and would love to see further support of various templating options in the future.

Downside to it is the templating markup is in plain view on the WYSIWYG view, as it’s markup has yet to be rendered.

1 Like