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

Template variables that start with "not" are process incorrectly. #37

Open
gpit2286 opened this issue Aug 18, 2023 · 0 comments
Open

Template variables that start with "not" are process incorrectly. #37

gpit2286 opened this issue Aug 18, 2023 · 0 comments

Comments

@gpit2286
Copy link

This line should probably be "not[space]" and not "not":

let (path, negated) = if rest.starts_with("not") {

Ran into issue where trying to use below template code:

{{ if notes -}} "{notes}" {{- else -}} ##f {{- endif }} 
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