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:"[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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: