1

I have Velocity templates stored in a database which contain loops as follows:

#foreach($project in $projects)${project.name}#end

I want to pass value to project names via a form in Nodejs application, designed in marko templating engine.

thor
  • 21,418
  • 31
  • 87
  • 173
boomcode
  • 399
  • 1
  • 14

1 Answers1

0

I made a layer of velocity template engine in between

boomcode
  • 399
  • 1
  • 14