Scripting Reference for Advanced PDF/HTML Templates
Answered
I am trying to modify the source code for a template. I am wondering what type of scripting it uses. I see HTML and CSS but I do not understand statements like <#list results as result>. Is there a reference somewhere?
Best answer
It’s a templating language called FreeMarker which is described in further detail here:
https://netsuite.custhelp.com/app/answers/detail/a_id/48808
https://freemarker.apache.org
This was very helpful. Thanks!