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

Missing tags - instead of replacing with empty string, leave them untouched to be rendered later #199

Open
shaneberry opened this issue Apr 13, 2019 · 0 comments

Comments

@shaneberry
Copy link

From the docs
"missing_tags: a string specifying how to handle missing tags.
If 'strict', an error is raised on a missing tag. If 'ignore',
the value of the tag is the empty string."

In the case of 'ignore', in my opinion, it's not really ignoring the tag, because it is replacing it with an empty string. I want it to really ignore it and not replace it with anything (leave the tag untouched in the template). That way I can render a few tags now and then render the rest later when those values are available. Basically a two stage rendering.

Is there any way currently to do this?

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

1 participant