Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要运行渲染存储在数据库中的字符串中的 mako 模板。代码应该像
emailtext = render(template_string, {})
有没有办法在不创建临时.mako文件的情况下这样做?
.mako
在此先感谢,伊万。
当然,这是 Mako 文档中的第一个示例:http: //docs.makotemplates.org/en/latest/usage.html#basic-usage