Skip to content

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

Open
@anar2706

Description

@anar2706

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions