Hi! I'm using pystache from yesterday to create LaTeX tables with some results. It works very well but I have a doubt. Is there a posibility that the renderer keep the unused variables in the output instead of make it empty?
For example:
* {{tag1}}
* {{tag2}}
{ "tag1" : 2 }
Them produce this output
* 2
*
It could be produce this output instead? In this case, how could I do that?
Hi! I'm using pystache from yesterday to create LaTeX tables with some results. It works very well but I have a doubt. Is there a posibility that the renderer keep the unused variables in the output instead of make it empty?
For example:
Them produce this output
It could be produce this output instead? In this case, how could I do that?
Thank you!