模板模板生成html <html> <body> {{start_time}} {% for item in body %} <div>{{item.id}}</div> {% endfor %} </body> </html> 刘欢原创2022/8/19python模板小于 1 分钟