Open
Description
import pystache
text = 'hey {{email|fallback:"[email protected]"}} ' # in a case test@gmail it works correctly
render_data = {'email|fallback:"[email protected]"':'[email protected]'}
json_data = pystache.render(text,render_data)
Metadata
Metadata
Assignees
Labels
No labels