We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If it's in the docs, I must have missed it.
Consider this bit of Javascript, I am trying to run through Cro::WebApp::Template:
for (i = 0; i <= pc; i++) { prefix = prefix + '../'; }
That fails the template parser. It's looking for a closing template tag because of the ge operation used, above.
ge
The text was updated successfully, but these errors were encountered:
Did you try the HTML & JAVASCRIPT function...
https://cro.raku.org/docs/reference/cro-webapp-template-syntax#Inserting_HTML_and_JavaScript
Sorry, something went wrong.
No branches or pull requests
If it's in the docs, I must have missed it.
Consider this bit of Javascript, I am trying to run through Cro::WebApp::Template:
That fails the template parser. It's looking for a closing template tag because of the
ge
operation used, above.The text was updated successfully, but these errors were encountered: