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

Add template keyword block for outputting code without changes #317

Closed
benweatherman opened this issue Jul 27, 2011 · 1 comment
Closed

Comments

@benweatherman
Copy link

Using javascript templates is tricky because it often requires you to use similar syntax to Tornado templates. While you can use the {{! and {{% syntax, this is often pretty cumbersome for large chunks of javascript templates. I propose we have a verbatim/raw/cdata keyword that would output my template code unchanged.

For more information, see this thread: http://groups.google.com/group/python-tornado/browse_thread/thread/8d0383a76324e0a6/741315ab35621caa?lnk=gst&q=templates#

@benweatherman
Copy link
Author

Well I'm a pull request dummy. This is now issue #318.

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