Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In an example like this pystache not rendering correctly if I remove .com it works correct #211

Open
anar2706 opened this issue Dec 20, 2020 · 1 comment

Comments

@anar2706
Copy link

import pystache

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)

@jgstew
Copy link

jgstew commented Feb 2, 2022

This project hasn't been updated since 2014

See this project instead: https://github.com/noahmorrison/chevron

#213

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants