We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a61a09 commit 7dd9afaCopy full SHA for 7dd9afa
1 file changed
300/312.md
@@ -103,11 +103,11 @@ index.py的代码不变,只修改模板index.html的代码,重点理解模
103
{% if element == "python" %} <!-- 增加了一个判断语句 -->
104
<p> <b>I love this language--{{element}}</b></p>
105
{\% end %}
106
- {% end %}
+ {\% end %}
107
108
{% if "qiwsir@gmail.com" in info %} <!-- 还是判断一下 -->
109
<p><b>A Ha, this the python lesson of LaoQi, It is good! His email is {{info[2]}}</b></p>
110
111
</body>
112
</html>
113
0 commit comments