web 框架的模板引擎 本质上就是python的split 切割这个 html 变成字符串
遇见{{ }} 进行切割,随着 return render 进行渲染的时候把参数替换 {{}}
django tornado 都是这样