-
-
Notifications
You must be signed in to change notification settings - Fork 365
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
Render true and false tags in mustache templates #587
Comments
queenstdev
added a commit
to queenstdev/Crow
that referenced
this issue
Jan 24, 2023
queenstdev
added a commit
to queenstdev/Crow
that referenced
this issue
Jan 24, 2023
On the demo page booleans are used with conditional (?) |
@mrozigor, you are correct. The default template doesn't have a |
mrozigor
pushed a commit
to queenstdev/Crow
that referenced
this issue
Feb 3, 2023
mrozigor
added a commit
that referenced
this issue
Feb 3, 2023
fix #587 Render true and false Mustache tags
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Render a template with a boolean value e.g.:
results in a
std::runtime_error "not implemented tag type..."
The expected boolean rendering can be seen in the Mustache demo page
The text was updated successfully, but these errors were encountered: