{% include "_meta.html" %}
{% from "_macros.html" import topbtn with context %} {% include "_nav.html" %}
{% for row in kanji|batch(100) %}
{{ row[0][1] }} - {{ row[-1][1] }}
{{ topbtn() }}
{% for c, f, r, m in row %}
{{ c }}
{% endfor %}
{% if not loop.last %}
{% endif %} {% endfor %}
{% include "_footer.html" %}