{% include "_meta.html" %} jiten - jmdict by frequency {% from "_macros.html" import topbtn with context %} {% include "_nav.html" %}
{% for row in results|batch(100) %}
{{ offset + loop.index0 * 100 + 1 }} - {{ offset + loop.index0 * 100 + row|length }}
{{ topbtn() }}
{% for e, r in row %} {% set mean = e.meanings()|sum(start=()) %} {% set read = e.reading|map(attribute="elem") %} {{ "、".join(e.definition()) }} {% endfor %}
{% if loop.last %} {% endif %}

{% endfor %}
{% if offset >= 1000 %} « Previous {% endif %} Next »
{% include "_footer.html" %}