webapp2 兼容模板系统与tornadoweb 风格的UIModule
我在 GAE 上有一个应用程序,它的大部分应用程序都使用tornadoweb 及其模板系统。 对于其他处理程序(特别是 BlobstoreHandlers),我使用 webapps 内置处理程序,这使得与 GAE 特定接口进行交互变得容易。
我想将所有内容切换到 webapp2 并使用新的 python2.7 运行时。
我唯一怀念的是像tornadowebs UIModules 这样的东西。 我可以通过使用标签和过滤器来使用 jinja2,但我错过了诸如 UIModule.embedded_javascript()、UIModule.javascript_files()、UIModule.embedded_css() 和 UIModule.css_files() 之类的东西,它们嵌入或添加了这些文件的链接到模板中。
另一个模板引擎中有类似的东西吗?
i have an app on GAE which for most of the application uses tornadoweb and its templating system.
for other handlers (specially BlobstoreHandlers) i use webapps builtin handlers which makes it easy to interact with GAE specific interfaces.
i would like to switch everything to webapp2 and use the new python2.7 runtime.
the only thing i miss is something like tornadowebs UIModules.
i can go a long way with jinja2 by using tags and filters but i miss something like UIModule.embedded_javascript(), UIModule.javascript_files(), UIModule.embedded_css() and UIModule.css_files() which embeds or adds the links to those files into the template.
is there something like this in another templating engine?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论