guigrpa / docx-templates

Template-based docx report creation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add a color logic based on a value in the placeholder

uri-cynomi opened this issue · comments

if I have a placeholder like {{score}} inside the template
I would like the text to be green if the score value is bigger than 5, otherwise red

I have achieved this by inline IF conditions
image