webapp2 兼容模板系统与tornadoweb 风格的UIModule

发布于 2024-12-11 05:50:49 字数 410 浏览 0 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文