jknack / handlebars.java

Logic-less and semantic Mustache templates with Java
http://jknack.github.io/handlebars.java
Other
1.46k stars 381 forks source link

template generated with any field ending with xxx {{#}} fails to get replace #615

Closed himnay closed 6 years ago

himnay commented 6 years ago

We are using jnack for handling handlebar template and princexml to generate report. Any dto value ending with {{#}} when appled with template is failed to get replaced.

rajoriav commented 6 years ago

@Himansu-Nayak Can you provide a clear example please?

jknack commented 6 years ago

Yes, please add an example to reproduce the problem.