You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
text = 'hey {{email|fallback:"test@gmail.com"}} ' # in a case test@gmail it works correctly
render_data = {'email|fallback:"test@gmail.com"':'test@gmail.com'}
json_data = pystache.render(text,render_data)