{% include "_meta.html" %}
jiten - kanji by frequency
{% include "_nav.html" %}
{% for row in kanji|batch(100) %}
{{ row[0][1] }} - {{ row[-1][1] }}
{% for c, f in row %}
{{ c }}
{% endfor %}
{% if not loop.last %}
{% endif %} {% endfor %}
{% include "_footer.html" %}