文件名称:jinjia测试
文件大小:299KB
文件格式:ZIP
更新时间:2022-02-19 14:38:13
jinja2
jinja2的测试用例 from jinja2 import Environment, FileSystemLoader env = Environment(loader=FileSystemLoader('.')) template = env.get_template('__base__.html') with open("out1.html",'w') as f: f.write(template.render())
【文件预览】:
jinja2测试
----out1.html(3KB)
----test.py(206B)
----__base__.html(4KB)
----static()
--------css()
--------img()
--------fonts()
--------js()
--------README(21B)
----blogs.html(2KB)