python的模板:HTML代码+模板语法
<!--模版语法之变量--> <h1>Index </h1> <p>{{ name }}</p> <p>{{ num }}</p> <p>{{ list1 }}</p> <p>{{ info }}</p> <p>{{ b }}</p> <p>{{ alex }}</p> <p>{{ egon }}</p> <p>{{ p_list }}</p> <p>{{ money }}</p> <p>{{ flag }}</p> <p>{{ null_list }}</p> <hr>