{% extends "base.html" %} {% block body %}

Word List

{% for i in word %} {% endfor %}
{{ word_list_title }}
Box Word Part English note(s) Chinese note(s) Example sentence(s)
{{ i[0] }} {{ i[1] }} {{ i[2] }} {{ i[3] }} {{ i[4] }} {{ i[5] | safe }}
{% if up_url %} up {% endif %} Back to study {% if next_url %} next {% endif %}
{% endblock %}