1.AttributeError: 'NoneType' object has no attribute 'app'
原因:直接在py中调用视图函数,但没有上下文,导致出错
2.不转换html代码
{{str | safe }}
3.获取参数request.args.get("id")