{% include "_meta.html" %}
jiten - jmdict by frequency
{% include "_nav.html" %}
{% for row in results|batch(100) %}
{% for e, r in row %}
{{ "、".join(e.definition()) }}
{% endfor %}
{% endfor %}
{% if offset >= 1000 %}
« Previous
{% endif %}
Next »
{% include "_footer.html" %}