{{ yml['header'] | safe }} {% if yml['css']['item'] %} {% for css in yml['css']['item'] %} {% endfor %} {% endif %} {% if yml['js']['head'] %} {% for js in yml['js']['head'] %} {% endfor %} {% endif %} {# // add !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! #} {# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! #} EnglishPal Study Room for {{ username }} {# original code: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! #}

English Pal for {{ username }} 退出 重设密码

{{ flashed_messages|safe }} 下一篇 Next Article {# add code !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! #} {% if session.get('articleID') == session.get('old_articleID') %} {% if session.get('old_articleID') != None %} 出bug了 {% endif %} {% endif %} {% if session.get('articleID') != session.get('old_articleID') %} {% if session.get('old_articleID') != None %} 上一篇 Previous Article {% endif %} {% endif %} {# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! #}

阅读文章并回答问题

{{ today_article|safe }}
生词高亮 大声朗读 划词入库

收集生词吧 (可以在正文中划词,也可以复制黏贴)


{% if session.get['thisWord'] %} {% endif %} {% if d_len > 0 %}

我的生词簿

{% for x in lst3 %} {% set word = x[0] %} {% set freq = x[1] %} {% if session.get('thisWord') == x[0] and session.get('time') == 1 %} {% endif %}

{{ word }} ( {{ freq }} ) 熟悉 不熟悉 删除

{% endfor %} {% endif %}
{{ yml['footer'] | safe }} {% if yml['js']['bottom'] %} {% for js in yml['js']['bottom'] %} {% endfor %} {% endif %}